Skip to main content
PUT
/
api
/
objects
/
publish
/
{type}
/
{relatedId}
Publish an object to a logical type
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

type
string
required

Body

application/json
objectId
string
required

Response

Published