cURL
curl --request PUT \ --url https://app.telentir.com/api/objects/publish/{type}/{relatedId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "objectId": "<string>" } '
{ "message": "<string>" }
Publish an object to a logical type
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Published