Skip to main content
PATCH
/
api
/
objects
/
{id}
Replace ciphertext
curl --request PATCH \
  --url https://app.telentir.com/api/objects/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyId": "<string>",
  "content": "<string>",
  "authTag": "<string>",
  "relatedId": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
keyId
string
required
content
string
required

Base64 ciphertext

authTag
string
required

Base64 auth tag

Response

Updated