Upload attachment
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /attachments/upload
Operation
Operation ID: uploadAttachment
Upload a file attachment
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: multipart/form-data
{
"properties": {
"file": {
"format": "binary",
"type": "string"
}
},
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
201 | Attachment uploaded successfully | application/json |
400 |
Schema for response 201 (application/json):
{}
17 March 2026