Issue Type: Improvement Improvement
Assignee: Tobias Mattsson
Created: 05/Nov/13 5:43 PM
Description:

/nodes/v1/

{workspace}/{path}

GET
- can get full tree
- returns 404 if path does not exist

POST
- returns 404 if path does not exist
- can not post full tree
- does not return the node to save bandwidth

PUT
- can not put full tree
- does not return the node to save bandwidth

DELETE
- returns empty response
- returns 404 if path does not exist


/properties/v1/{workspace}

/

{path}

basically shortcuts for the node operations with tiny posts

GET

  • returns only the value
  • returns 404 if path does not exist

POST

  • returns 404 if path does not exist
  • returns empty response

PUT

  • returns empty response

DELETE

  • returns 404 if path does not exist
  • returns empty response

includeMeta argument should be includeMetadata

Fix Versions: 1.0
Project: Magnolia REST Framework
Priority: Neutral Neutral
Reporter: Tobias Mattsson
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to