doc: update config.json sample for resource
This commit is contained in:
parent
d1c2044c61
commit
bb21fae82a
13
README.md
13
README.md
@ -525,12 +525,13 @@ Module declaration, on `config.json`:
|
||||
{
|
||||
"type": "resources",
|
||||
"endpoints": {
|
||||
"get": "http://server.url/resources/",
|
||||
"post": "http://server.url/resources/",
|
||||
"types": "http://server.url/keywords/",
|
||||
"keywords": "http://server.url/types/",
|
||||
"postTypes": "http://server.url/keywords/",
|
||||
"postKeywords": "http://server.url/types/"
|
||||
"get": "https://api.test4.startinblox.com/resources/",
|
||||
"post": "https://api.test4.startinblox.com/resources/",
|
||||
"types": "https://api.test4.startinblox.com/types/",
|
||||
"keywords": "https://api.test4.startinblox.com/keywords/",
|
||||
"postTypes": "https://api.test4.startinblox.com/types/",
|
||||
"postKeywords": "https://api.test4.startinblox.com/keywords/",
|
||||
"uploads": "https://api.test4.startinblox.com/upload/"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user