Method

POST

Parameters

Result

A JSON object corresponding to the Attachment interface in the engine.Its properties are as follows:

Response codes

Example

POST /task/aTaskId/attachment/create

  1. {
  2. "links": [
  3. {
  4. "href": "http://localhost:38080/rest-test/task/aTaskId/attachment/aTaskAttachmentId",
  5. "rel": "self"
  6. }
  7. "id": "attachmentId",
  8. "taskId": "aTaskId",
  9. "description": "attachmentDescription",
  10. "type": "attachmentType",
  11. "url": "http://my-attachment-content-url.de"
  12. }