Speaking Schedule
Update Speaking Topic
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.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
year*Year
month*Month
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/topics/0/0" \ -H "Content-Type: application/json" \ -d '{ "topic": "string" }'null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}