LDS Stake Portal
HC Assignments

Update Assignment

PUT
/assignments/slot/{slot_id}

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 to usercalling.id
  • responsibility: nullable comma-separated string
  • committee: 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"    }  ]}