v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23457.4 KB
cache times
private

Updates or creates a cache time

Updates a cache time if it exists or creates a new one for a given id

put/cache-times/{id}

Path parameters

idstring required

Unique id of cache time

Request body

pathstring required

Path for which caching is set

collection_idstring

Collection ID - used for grouping and filtering of cache time objects

collection_titlestring

Collection title - used for describing the collection in a human-readable format

release_timestring date-time

Release time in ISO-8601 format

Example request

{
  "path": "admin",
  "collection_id": "example-1a19e3462937d85804752375daa00ba41d1b6625d396f21000e3c4571ebf2606",
  "collection_title": "Example Collection",
  "release_time": "2024-01-15T12:00:00Z"
}

Response

Cache time successfully updated or created