curl --request PUT \
--url https://api.open.cx/actions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Upload your OpenAPI (previously known as Swagger) specification. Versions 2, 3, and 3.1 are supported. Both YAML and JSON formats are supported.
curl --request PUT \
--url https://api.open.cx/actions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?