Skip to main content
PUT
/
actions
/
import
Import actions from OpenAPI spec
curl --request PUT \
  --url https://api.open.cx/actions/import \
  --header 'Content-Type: application/json' \
  --data '
{
  "file": "<unknown>"
}
'
{
  "statusCode": 123,
  "message": "<string>",
  "error": "<string>"
}

Body

application/json
file
any
required

Response

Default Response