Skip to content
GitLab
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
Hide 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.
...
@@ -264,7 +264,7 @@ See the 'status' field definition above for examples.
### API information using /
### 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
```
jsonnet
{
{
"status"
:
"success"
,
"status"
:
"success"
,
...
@@ -284,7 +284,7 @@ Using the PROPFIND method request to http://www.example.com may look like this..
...
@@ -284,7 +284,7 @@ Using the PROPFIND method request to http://www.example.com may look like this..
### Collection list using path /*
### 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
```
jsonnet
{
{
"status"
:
"success"
,
"status"
:
"success"
,
...
@@ -300,7 +300,7 @@ An OPTIONS method request to http://www.example.com/\* may look like this...
...
@@ -300,7 +300,7 @@ An OPTIONS method request to http://www.example.com/\* may look like this...
### Collection information
### 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
```
jsonnet
{
{
"POST"
:
{
"POST"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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