| ... | ... | @@ -89,3 +89,15 @@ As stated in the universe, the file itself can be downloaded via a seperate url: |
|
|
|
`GET /data/helpdesk/ticket/3/download/attachment`
|
|
|
|
|
|
|
|
Permission to do so will be the same as a permission to view the instance.
|
|
|
|
|
|
|
|
## Delete
|
|
|
|
|
|
|
|
To delete the file, just set the attribute to an empty value:
|
|
|
|
|
|
|
|
`POST /data/helpdesk/ticket/3/transitions/edit`
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"attachment" : null
|
|
|
|
}
|
|
|
|
``` |
|
|
\ No newline at end of file |