Update an action/automation
PUT/v1/actions/:action_identifier
This route allows you to update an existing self-service action or automation in your Port account.
To learn more about actions and automations, check out the documentation.
Requestโ
Responsesโ
- 200
- 404
- 409
- 422
- 500
Success
One of the following errors occurred:
Error | Description |
---|---|
not_found | The action/automation with the provided identifier was not found |
One of the following errors occurred:
Error | Description |
---|---|
identifier_taken | An action/automation with the same identifier already exists |
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The data provided does not match the route schema |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |