Actions
Patch #22356
closedAdd support for updating attachments over REST API
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Adds the support for updating issue attachments over REST-API
- granted permissions for update function
- added format.api response for REST-API calls
Files
Updated by Oliver Luethi over 8 years ago
Updated by Jean-Philippe Lang about 8 years ago
I know that the UI offers a convenient way to update all the attachments of an issue at once but the REST API should not work this way. The ressource here is the attachment and just like we support GET /attachments/:id.json
or DELETE /attachments/:id.json
, we should implement PATCH /attachments/:id.json
to update an attachment.
Updated by Jean-Philippe Lang about 8 years ago
- Subject changed from Add support for updating issue attachments over REST-API to Add support for updating attachments over REST API
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Feature added in r15861.
Actions