Create Target
POST/v2beta/actions/targets
Create a new target to your endpoint, which can be used in executions.
Required permission:
action.target.write
Required feature flag:
actions
Request​
Responses​
- 200
- 400
- 403
- 404
- 409
- default
Target created successfully
The feature flag actions
is not enabled.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
The target to create already exists.
An unexpected error response.