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": "elit non amet aliquip",
"object_to_update": 21485364,
"new_value": true,
"query": "laborum"
}
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
false
Copied to Clipboard
{
"description": "Updated Object",
"type": [
"string",
"integer",
"number",
"boolean",
"array",
"object",
"null"
]
}