Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
allworldit
allworldit
Commits
3bbadbdf
Commit
3bbadbdf
authored
Sep 17, 2017
by
Nigel Kukard
Browse files
Fixed wording for examples
parent
b0a25202
Changes
1
Show whitespace changes
Inline
Side-by-side
Data Formats/JSON.md
View file @
3bbadbdf
...
...
@@ -264,7 +264,7 @@ See the 'status' field definition above for examples.
### API information using /
Using the PROPFIND method re
quest
to http://www.example.com may look like this...
Using the PROPFIND method re
sponse
to http://www.example.com may look like this...
```
jsonnet
{
"status"
:
"success"
,
...
...
@@ -284,7 +284,7 @@ Using the PROPFIND method request to http://www.example.com may look like this..
### Collection list using path /*
An OPTIONS method re
quest
to http://www.example.com/
\*
may look like this...
An OPTIONS method re
sponse
to http://www.example.com/
\*
may look like this...
```
jsonnet
{
"status"
:
"success"
,
...
...
@@ -300,7 +300,7 @@ An OPTIONS method request to http://www.example.com/\* may look like this...
### Collection information
A OPTIONS method re
quest
to http://www.example.com/issues may look like this...
A OPTIONS method re
sponse
to http://www.example.com/issues may look like this...
```
jsonnet
{
"POST"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment