Creates a task that will update the scheduler service's configuration.
Returns a Job Descriptor.
General error response from the platform
{- "action": "reconfigure",
- "contents": {
- "config": {
- "public": true,
- "access_keys": [
- {
- "name": "string",
- "secret": "string",
- "ips": [
- "string"
]
}
]
}, - "auto_update": true
}
}
{- "data": {
- "action": "string",
- "job": {
- "id": "string",
- "accepted": true,
- "queue": "string",
- "schedule": "2021-01-30T08:30:00Z",
- "parallel": {
- "sub_queue": "string",
- "tasks": true
}, - "tasks": [
- {
- "caption": "string",
- "header": "string",
- "steps": [
- {
- "caption": "string",
- "description": "string",
- "started": "2021-01-30T08:30:00Z",
- "completed": "2021-01-30T08:30:00Z"
}
], - "input": {
- "property1": null,
- "property2": null
}
}
]
}
}
}