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": {}
}

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