Connect entity to content
Endpoint ID: | 9002 | |
Method: | ||
URL: | POST: /user/dp-key/{dpKey}/content/{contentID} | |
dp-key | dialogportal™ master key that uniquely identifies the account to connect content. | |
ext-key | External key that uniquely identifies the account to connect content. | |
ext-type | Type of external key | |
contentID | Numeric value that identifies content. | |
Request body: | None. | |
Response body: | JSON data with information about the content and entity. Example { "entityID": 12345, "contentID": 4567 } | |
Status codes: | 201 | Created |
404.1 | User not found | |
404.2 | External user could not be found | |
404.4 | Content not found |