v1
latestSwagger 2.02026-07-17502976.2 KBData
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
Response
The updated Data Bucket.