Skip to content

Commit

Permalink
Update proposals/2278-deleting-content.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hubert Chathi <[email protected]>
  • Loading branch information
ara4n and uhoreg authored Jun 11, 2020
1 parent a320b8e commit 6185341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/2278-deleting-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DELETE /_matrix/media/r0/download/{serverName}/{mediaId}
```
with a JSON dict as a request body.

The API would returns:
The API would return:
* `200 OK {}` on success
* `403` with error `M_FORBIDDEN` if invalid access_token or not authorised to delete.
* `404` with error `M_NOT_FOUND` if the content described in the URL does not exist on the local server.
Expand Down

0 comments on commit 6185341

Please sign in to comment.