Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Connect an entity to content. Once content has been connected to at least one entity, it is considered "private", and can only be accessed by entities that have been connected to it.

Endpoint ID:

9002

Method:

URL:

POST: /user/dp-key/{dp-key}/content/{content-id}
POST: /user/ext-key/{ext-key}/{ext-type}/content/{content-id}

 dp-keydialogportal™ master key that uniquely identifies the account to connect content.
 ext-keyExternal key that uniquely identifies the account to connect content.
 ext-typeType of external key
 content-idNumeric value that identifies content. This identifier is returned from endpoint 9001: Create content

Request body:

None.

Response body:

Example
{
   "dpKey": 12345,
   "contentID": 4567
}

Status codes:

201

Created

 404.1User not found
 404.2External user could not be found
 404.4Content not found
  • No labels