Speaking Schedule
Get Speaking Topics
Endpoint to get the speaking topics for a specific year. Returns a list of topics for the given year.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
year*Year
Response Body
application/json
application/json
curl -X GET "https://example.com/speaking/topics/0"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}Add Speaking Override PUT
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.
Update Speaking Topic PUT
Endpoint to update the speaking topic for a specific month and year. Allows an administrator to set or update the speaking topic and reference material for a given month.