LDS Stake Portal
Speaking Schedule

Add Speaking Override

PUT
/speaking/calendar/override

Endpoint to add an override to the speaking schedule. This will allow an administrator to change the assigned ward for a given month and high councilor.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/speaking/calendar/override" \  -H "Content-Type: application/json" \  -d '{    "high_councilor_id": 0,    "month": 0,    "year": 0,    "ward_id": 0  }'
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}