Versions Compared

Key

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

...

AttributesValues

HTTP Method                 

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

Authorization: Bearer {OAuth access token}

Content-Type: application/json

Payload[{ "type":"<type of the association>","target":"<valid resource path>"}] 

Description

It adds the array of associations passed as the payload for the source resource
ResponseHTTP 204 No Content.
Response Typeapplication/json

...

AttributesValues

HTTP Method                 

DELETE
Request URI/association?path={resource path}
Payload[{ "type":"<type of the association>","target":"<valid resource path>"}] 
HTTP Request HeaderAuthorization: Bearer {OAuth access token&targetPath={target path}&type={association type}

Description

It deletes the association between the source and target resources for the given association type.
ResponseHTTP 204 No Content.
Response Typeapplication/json

...