Assignments
Move hours from one user to another on the same project
POST /assignments/{assignment_id}/move
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
assignment_id*string
Source assignment ID.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://app.supervisible.com/api/v1/assignments/string/move" \ -H "Content-Type: application/json" \ -d '{ "toUserId": "019cb675-c4df-7f8b-8a83-5f28581f5e7e", "capabilityId": null, "hours": 4 }'{
"data": {
"toUserId": "019cb675-c4df-7f8b-8a83-5f28581f5e7e",
"capabilityId": null,
"hours": 4
}
}Empty
Empty
Empty
Empty
Empty
Empty