Uploads a new attachment attribute value to a workflow session​
Uploads a new attachment attribute value to a workflow session
Path Parameters
id uuid required
ID of the object to retrieve, update, or delete
attribute_id uuid required
The id of the attachment attribute
multipart/form-data
Request Body required
file binary
Responses
- 200
- 400
- 500
Expected response to a valid request
application/json
Schema
Example (from schema)
Schema
{
"url": "string"
}
Bad Request - unable to complete.
application/json
Schema
Example (from schema)
Schema
oneOf
InvalidJson
ValidationErrors
error
error
errors
{}
Internal Server Error - returned on unhandled exceptions.
application/json
Schema
Example (from schema)
Schema
error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...