Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change URL to distinguish it clearly from endpoint 9004

...

Endpoint ID:

9002

Method:

URL:

POST: /user/dp-key/{dp-key}/content/connect/{content-id}
POST: /user/ext-key/{ext-key}/{ext-type}/content/connect/{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:

Code Block
titleExample
{
   "dpKey": 12345,
   "contentID": 4567
}

Status codes:

201

Created

 404.1User not found
 404.2External user could not be found
 404.4Content not found