Private
Update the topic release date
Updates a topic's release date against the next nested object. Unavailable to view by public endpoints until published, ('next' object overwrites 'current' object)
put/topics/{id}/release-date
Path parameters
idstring required
The ID of a topic.
Request body
Example request
{
"release_date": "2022-10-10T08:30:00Z"
}Response
Success