Docs

Update Advance

PUT /collaborators/{collaboratorId}/advances/{advanceId}

PUT/collaborators/{collaboratorId}/advances/{advanceId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Updates the name and/or area/activity scope of an existing advance.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
advanceIdGuidRequiredThe ID of the advance to update. Set `{{advanceId}}` in your environment.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name for the advance.
areaIdGuid?OptionalNew area scope. Pass `null` to remove area scoping.
activityIdGuid?OptionalNew activity scope. Pass `null` to remove activity scoping.

Response

Returns 200 OK with an empty body on success.