v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-1482212.7 KB
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

release_datestring date-time

The release date formatted to abide by RFC3339.

Example request

{
  "release_date": "2022-10-10T08:30:00Z"
}

Response

Success