Creating a resource
To create an individual entity, the request would look like POST {{entity-type}}.json
. For example, POST pages.json
; pages
is the entity type.
See Request structure for an example request.
POST
requests will return a 201 Created
with the full new entity in the response. See Response structure for an example response.
Feedback
If you have any feedback or suggestions, feel free to contact us at api@teamwork.com