Skip to content

Commit

Permalink
Merge pull request #201 from pra85/patch-1
Browse files Browse the repository at this point in the history
Fixes typo in uploads.md
  • Loading branch information
georgeclaghorn committed Jan 31, 2016
2 parents b2b569d + 0145a47 commit ab98640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Each attachment blob includes the `url` parameter, which you can make a
Delete upload
-------------

* `DELETE /projects/1/uploads/2.json` will trash the upload specified and return `204 No Content` if that was successful. If the user does not have access to delete the upload, you'll see `403 Forbidden`. If the upload was deleted accidently simply retreive it from the trash with the "bring it back" link in the application. Uploads cannot be permanently deleted via the API.
* `DELETE /projects/1/uploads/2.json` will trash the upload specified and return `204 No Content` if that was successful. If the user does not have access to delete the upload, you'll see `403 Forbidden`. If the upload was deleted accidently simply retrieve it from the trash with the "bring it back" link in the application. Uploads cannot be permanently deleted via the API.

Private uploads
---------------
Expand Down

0 comments on commit ab98640

Please sign in to comment.