Cache Step
Authorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Body
scopestringRequired
flow_idstringOptional
ttl_unitstringOptional
ttl_numberstringOptional
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
post
/api/v1/cache-stepAuthorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
cache_stepstringRequired
The cache step identifier.
Responses
200
Successful response
application/json
objectOptional
401
Unauthenticated
403
Unauthorized
get
/api/v1/cache-step/{cache_step}Last updated
Was this helpful?