Update a scheduled recap
PUT/api/v4/scheduled_recaps/:scheduled_recap_id
Update a scheduled recap configuration. Only the user who owns the scheduled recap can update it. The user_id and create_at fields are preserved from the original and cannot be changed.
Permissions
Must be authenticated. Must own the scheduled recap. Minimum server version: 11.2
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Scheduled recap updated successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled