PUT/people/{personId}/status/{statusId}.json
Update User Status
Updates the status for a specific user by passing in the user ID and then the specific status ID.
Path Params
- Name
personId
- Type
- string
- required
- Description
- Name
statusId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}