Skip to content

Commit 5a685ad

Browse files
Update config.md (#689)
* 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]>
1 parent 1857b2c commit 5a685ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_includes/rest/config.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The response body is a JSON object containing all the configuration parameters i
3737
}
3838
```
3939

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`):
4141

4242
<pre><code class="bash">
4343
curl -X PUT \
@@ -70,3 +70,5 @@ The response body is a JSON object containing a simple boolean value in the `res
7070
"result": true
7171
}
7272
```
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

Comments
 (0)