From 0145a4726d5068ad8d100c77552fa88ba5109700 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sun, 31 Jan 2016 13:35:17 +0530 Subject: [PATCH] Fixes typo in uploads.md retreive > retrieve --- sections/uploads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/uploads.md b/sections/uploads.md index bbfba8b..6190eee 100644 --- a/sections/uploads.md +++ b/sections/uploads.md @@ -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 ---------------