postDocumentItemAttachments
Uploads file attachments to a document in Polarion by specifying project, space, and document identifiers along with the attachment data.
Instructions
Files are identified by order or optionally by the 'lid' attribute. See more in the REST API User Guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| spaceId | Yes | The Space ID. (Use '_default' without quotes to address the default Space.) | |
| documentName | Yes | The Document name. | |
| requestBody | Yes | Attachment meta data and file data. |