automation_action_parameter_missing
A parameter the action declares as required did not arrive. It is rejected here, rather than filled in with a default inside the adapter, so that a dry run predicts the real execution.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_action_parameter_missing | invalid_request_error | 422 | Automations |
Cause
A parameter the action declares as required did not arrive. It is rejected here, rather than filled in with a default inside the adapter, so that a dry run predicts the real execution.
What to do
Add the missing key to parameters; the catalogue publishes which ones each action requires.
Related
All Automations error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.