CDN and DNS (v2.1)
Update Purge
Updates an existing Purge object in the specified workspace with the provided configuration.
put/delivery/v2.1/global/workspaces/{workspaceUUID}/purges/{resourceId}
Path parameters
resourceIdstring required
Resource ID
workspaceUUIDstring required
UUID of the workspace
Request body
Example request
{
"apiVersion": "delivery/v2",
"kind": "Purge",
"metadata": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"spec": {
"hostname": "example.com"
}
}Response
The purge was successfully updated. The response contains the complete purge details including the assigned unique identifier.
Example response
{
"apiVersion": "delivery/v2",
"kind": "Purge",
"metadata": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"spec": {
"hostname": "example.com"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.