From effcb3f5710ee52445b80550ec89c657f34c9981 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Sat, 2 Oct 2021 02:15:27 +0530 Subject: [PATCH] Update link in deleting the files --- _includes/rest/files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/rest/files.md b/_includes/rest/files.md index 1fa321e14..fd6a0d50b 100644 --- a/_includes/rest/files.md +++ b/_includes/rest/files.md @@ -121,7 +121,7 @@ Users holding the master key are allowed to delete files using the REST API. To curl -X DELETE \ -H "X-Parse-Application-Id: ${APPLICATION_ID}" \ -H "X-Parse-Master-Key: ${MASTER_KEY}" \ - https://YOUR.PARSE-SERVER.HERE/parse/files/...profile.png + https://YOUR.PARSE-SERVER.HERE/parse/files/profile.png

 import json,httplib