GuidesAPI Reference
API Reference

Modifies ttl for a specific volatile data blob

Modify ttl of the volatile data blob in the underlying storage mechanism (volume).

Path Params
string
required

The ID of the layer that the volatile data blob belongs to.

string
required

The data handle (ID) represents an identifier for the volatile data blob.

Query Params
string

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Body Params

Modify ttl value of the blob

int64

The expiry time in milliseconds. Data is automatically removed after the specified time limit has elapsed. The TTL value must be between 60000 (1 minute) and 604800000 (7 days).

Headers
string

If set to true, it indicates the request is a replication call. It is not required for user to set it manually

Responses
204

No Content - A new ttl was set

400

Bad Request

404

Not Found

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json