Summary
Push Item to Array
Description
Push item to a job variable array
Route
No Northbound API Available
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
job_id | string | yes | - |
job_variable | string | yes | - |
item_to_push | string | yes | - |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
job_variable_value | array | New Job Variable Array |