Skip to main content
POST
/
activities
/
{activityId}
/
recalculate
Recalculate single activity
curl --request POST \
  --url https://app.azalt.co/api/v1/activities/{activityId}/recalculate \
  --header 'Authorization: Bearer <token>'
{
  "value": 123,
  "metadata": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.azalt.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

activityId
string
required

Response

Successful response

value
number | null
required
metadata
object
required