HC Assignments
Update Assignment
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
slot_id*Slot Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Represents an assignment with an associated high councilor.
id: primary key (int)high_councilor_id: foreign key tousercalling.idresponsibility: nullable comma-separated stringcommittee: nullable comma-separated string
Response Body
application/json
application/json
curl -X PUT "https://example.com/assignments/slot/0" \ -H "Content-Type: application/json" \ -d '{}'null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}