PUT
/
actions
curl --request PUT \
  --url http://localhost:8080/actions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
The OpenAPI (Swagger) file to import actions from.
file
file
required