Versions Compared

Key

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

...

AttributesValues

HTTP Method                 

POST
Request URI/association?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 TypeJSON

Delete an Association on a Given Resource

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}

Description

It deletes the association between the source and target resources for the given association type.
ResponseHTTP 200 OK204 No Content.
Response TypeJSON