Reposition goals
This endpoint repositions goal priority levels. If one goal is set to a lower priority, then any other goals need to be adjusted accordingly.
PUT
/users/{user_guid}/goals/reposition
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
goals | Required | RepositionRequest[] |
Loading...