update()
Last updated
Last updated
Update an object in the database
To delete a file, just set the value to an empty string during the update request
You do not need to pass the entire object to update it. The system will only update the values that have been passed.
Field | Required | Data Type | Description |
---|---|---|---|
Field | Required | Data Type | Description |
---|---|---|---|
This is an example response to the Update and skip file upload errors request example above with an imaginary error during file upload. As you can see, the object is still created, but the image
property is set to an empty string.
Field | Data Type | Description |
---|---|---|
Field | Data Type | Description |
---|---|---|
Field | Data Type | Description |
---|---|---|
uid
string
UID of the object to update
body
Object
Object to update in the database.
Note: it must follow the database schema. Otherwise, 422
error will be returned.
options
Object
Object containing additional request parameters
skipFileExceptions
boolean
If set to true
will skip file upload exceptions in the back-end and will return 200
even if there is an error during downloading/uploading of files.
data
Object
Object containing all database item values
meta
Object
Object containing metadata
info
Object
Object containing operation information
total
number
Total number of items in with the given UID Always equal to 1
page
number
Current page number Always equal to 1
limit
number
Current limit per page Always equal to 1
includesCount
number
Number of additional requests for the includes operations
Always equal to 0
action
string
Operation name
webhooksTriggered
number
Number of webhooks triggered by the operation