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
vaultID
objectName
ID
Request
This endpoint expects an object.
ID
skyflow_id of the record.
vaultID
ID of the vault.
objectName
Name of the table.
record
Record values and tokens.
tokenization
If true, this operation returns tokens for fields with tokenization enabled.
byot
Token insertion behavior.
Allowed values:
Response
OK
skyflow_id
ID of the updated record.
tokens
Tokens for the record.