Cache Step

Index

get

List all cache step.

Authorizations
Responses
chevron-right
200

Successful response

application/json
get
/api/v1/cache-step

Store

post

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

name

string

scope

flow_id

ttl_unit

ttl_number

Authorizations
Body
scopestringRequired
flow_idstringOptional
ttl_unitstringOptional
ttl_numberstringOptional
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/cache-step

Show

get

Get a single cache step.

Authorizations
Path parameters
cache_stepstringRequired

The cache step identifier.

Responses
chevron-right
200

Successful response

No content

get
/api/v1/cache-step/{cache_step}

No content

Last updated

Was this helpful?