Update Record

Updates the specified record in a table.

When you update a field, include the entire contents you want the field to store. For JSON fields, include all nested fields and values. If a nested field isn’t included, it’s removed.

The time-to-live (TTL) for a transient field resets when the field value is updated.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired
objectNamestringRequired
IDstringRequired

Request

This endpoint expects an object.
recordobjectOptional
Record values and tokens.
tokenizationbooleanOptionalDefaults to false

If true, this operation returns tokens for fields with tokenization enabled.

byotenumOptionalDefaults to DISABLE
Token insertion behavior.
Allowed values:

Response

OK
skyflow_idstring
ID of the updated record.
tokensmap from strings to any
Tokens for the record.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error