Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
revert changes to example syntax
Browse files Browse the repository at this point in the history
syntax error created when responding to feedback about unclear syntax (this change fixes 41).
  • Loading branch information
monkeypants committed Aug 21, 2015
1 parent 92cdfa5 commit ed40d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_publish/use_HTTP_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Examples
HTTP response principles
------------------------

No values in keys – for example, {“125”, “Environment”} is bad, {“id”: “125”, “name”: “Environment”} is good.
No values in keys – for example, {“125”: “Environment”} is bad, {“id”: “125”, “name”: “Environment”} is good. Note that in the first (bad) example, the key is "125" and the value is "Environment". This is a problem because the key is supposed to be the name of the value. In the second example (good) the keys are descriptions of their coresponding values.

No internal-specific names (for example, "node" and "taxonomy term")

Expand Down

0 comments on commit ed40d49

Please sign in to comment.