Summary
Modify Data
Description
Modify data
Route
No Northbound API Available
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
job_id |
string |
yes |
- |
object_to_update |
* |
yes |
- |
query |
string |
no |
- |
new_value |
* |
yes |
- |
Copied to Clipboard
{
"job_id": "sint",
"object_to_update": -3218955,
"new_value": [],
"query": "adipisicing Excepteur fugiat"
}
Copied to Clipboard
{
"type": "object",
"properties": {
"job_id": {
"type": "string"
},
"object_to_update": {
"type": [
"string",
"integer",
"number",
"boolean",
"array",
"object",
"null"
]
},
"query": {
"type": "string"
},
"new_value": {
"type": [
"string",
"integer",
"number",
"boolean",
"array",
"object",
"null"
]
}
},
"required": [
"job_id",
"object_to_update",
"new_value"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
updated_object |
* |
Updated Object |
Copied to Clipboard
28052574.095721588
Copied to Clipboard
{
"description": "Updated Object",
"type": [
"string",
"integer",
"number",
"boolean",
"array",
"object",
"null"
]
}