v1

latestSwagger 2.02026-07-17502976.2 KB
Data

Update Data Bucket Data

Directly replaces the data for a Data Bucket with the provided array. The rev property will be incremented. An optional 'rev' parameter can be provided, which fails the request unless it matches the current rev in the database. This is useful for ensuring sequential updates and preventing accidental overwrites.

put/data/{key}/data

Path parameters

keystring required

The Data Bucket key.

Query parameters

revstring

If provided, the update will only succeed if the Data Bucket has a matching revision. Useful for ensuring sequential updates.

Request body

{"stackTrail":"paths:/data/{key}/data:put:requestBody:content:application/json:schema:items","oasType":"schema","type":"unknown"}

Response

The updated Data Bucket.

keystring

Uniquely identifying key of the Data Bucket.

createdDatestring date-time

Date/time the Data Bucket was created.

lastModifiedDatestring date-time

Date/time of the last modification.

revinteger

Current revision number of the Dashboard.