Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributesValues

HTTP Method                

PUTPOST
Request URI/propertyproperties?path={ resource path }
HTTP Request Headers

Authorization: Bearer { OAuth access token }

Content-Type: application/json

Payload[ {"name":"propperty1","value":["value1","value2"]} ]     
DescriptionAdd the array of properties for the given resource
Response204 No Content
Response Typeapplication/json

Update Properties of a Given Resource

Payload
AttributesValues

HTTP Method                

POST
Request URI/property?path={ resource path }
HTTP Request Header

Authorization: Bearer { OAuth access token }

Content-Type: application/json

[ {"name":"propperty1","value":["value3","value4"]} ]
DescriptionUpdate the respective properties with the newly passed array of properties
ResponseHTTP 204 No Content
Response Typeapplication/json

...