Create or update worker
Create or update worker
| Path Parameters |
|---|
workspaceId cuid2 — REQUIREDPossible values: Value must match regular expression |
| Request Body — REQUIRED |
|---|
id cuid2Possible values: Value must match regular expression |
name string — REQUIREDPossible values: 1 ≤ length |
description string |
code string — REQUIREDPossible values: 1 ≤ length |
active boolean |
enableCron boolean |
cronExpression string |
| Responses | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Successful response
| |||||||||||||
400Invalid input data
| |||||||||||||
401Authorization not provided
| |||||||||||||
403Insufficient access
| |||||||||||||
500Internal server error
|