Skip to content

Commit

Permalink
Update content.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SyZn committed Jul 6, 2017
1 parent dde57b8 commit 2ce91e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/content.rst
Expand Up @@ -101,6 +101,7 @@ A pseudo-code example of the POST implementation on the server::
response.setStatus(500)

TODO: Link to the real implementation...
[


Reading a Resource with GET
Expand Down Expand Up @@ -156,7 +157,7 @@ A pseudo-code example of the GET implementation on the server::
# Internal Server Error
response.setStatus(500)

TODO: Link to the real implementation...
You can find implementation details in the `/services/content/add.py Module <https://github.com/plone/plone.restapi/blob/dde57b88e0f1b5f5e9f04e6a21865bc0dde55b1c/src/plone/restapi/services/content/add.py#L35-L61>`_


GET Responses
Expand Down

0 comments on commit 2ce91e1

Please sign in to comment.