Skip to main content
POST
Refresh cached response

Path Parameters

id
string
required

Response identifier used by the refresh endpoint. Alphanumeric with hyphens/underscores, max 128 characters.

Maximum string length: 128
Pattern: ^[A-Za-z0-9_-]{1,128}$

Response

Refresh request accepted and cache invalidated.

Response object for the refresh endpoint.

status
enum<string>
required

Refresh status string; MUST be "OK" on success.

Available options:
OK
Last modified on July 24, 2026