Docs
Update Advance
PUT /collaborators/{collaboratorId}/advances/{advanceId}
PUT
/collaborators/{collaboratorId}/advances/{advanceId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| advanceId | Guid | Required | The ID of the advance to update. Set `{{advanceId}}` in your environment. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | New display name for the advance. |
| areaId | Guid? | Optional | New area scope. Pass `null` to remove area scoping. |
| activityId | Guid? | Optional | New activity scope. Pass `null` to remove activity scoping. |
Response
Returns 200 OK with an empty body on success.