You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update config.md
* Update _includes/rest/config.md
Co-Authored-By: Tom Fox <[email protected]>
* update based on sugestion
Co-Authored-By: Tom Fox <[email protected]>
Copy file name to clipboardExpand all lines: _includes/rest/config.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The response body is a JSON object containing all the configuration parameters i
37
37
}
38
38
```
39
39
40
-
You can also update the config by sending a `PUT` request to config URL. Here is a simple example that will update the `Parse.Config`:
40
+
You can also update the config by sending a `PUT` request to config URL. Here is a simple example that will update the `Parse.Config` (requires `masterKey`):
41
41
42
42
<pre><codeclass="bash">
43
43
curl -X PUT \
@@ -70,3 +70,5 @@ The response body is a JSON object containing a simple boolean value in the `res
70
70
"result": true
71
71
}
72
72
```
73
+
74
+
If you want to make any changes to configs without sending the `masterkey`, you will need to create a Cloud Function that makes those changes.
0 commit comments