You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1210,9 +1210,11 @@ Parameters (core):
1210
1210
|`params`| Object | Optional overrides for [Event.params](data.md#event-params). Missing keys fall back to the event's saved params. |
1211
1211
|`input`| Object | Optional input object; may include `data` and/or `files` (see [Job.input](data.md#job-input)). Uploaded files are appended to `input.files`. |
1212
1212
|`test`| Boolean | If `true`, bypasses manual-trigger and enabled checks and marks the job as a test. |
1213
+
|`tags`| Array | Optionally override tags set in the event. Specify one or more [Tag.id](data.md#tag-id)s in the array. |
1213
1214
1214
1215
Additional behaviors:
1215
1216
1217
+
- Any properties from the event are overridable here. See the [Event](data.md#event) data structure for details.
1216
1218
- Nested keys using `parent/child` can be supplied as flat parameters (e.g. `params/foo=bar`).
1217
1219
- When using multipart uploads, the `json` field should contain the exact JSON you would otherwise POST.
1218
1220
- If the `post_data` query parameter is present, all raw POST fields are placed under `post_data` instead of being merged (advanced usage).
0 commit comments