Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Multipart message for schema and data.
The body is of type string
.
Response
OK
The response is of type string
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Multipart message for schema and data.
The body is of type string
.
OK
The response is of type string
.