Company logoTrust Center Documentation

Update watermark configuration

Update tenant-specific watermark configuration used for protected document downloads.

PATCH
/api/v1/watermark

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

enabled?boolean
text?string
position?string
Value in"center" | "top-left" | "top-right" | "bottom-left" | "bottom-right"
opacity?number
Range0 <= value <= 1
size?integer
Range8 <= value <= 96
color?string
Match^#[0-9A-Fa-f]{6}$
rotation?integer
Range-90 <= value <= 90

Response Body

application/json

curl -X PATCH "https://app.orbiqhq.com/api/v1/watermark" \  -H "Content-Type: application/json" \  -d '{}'
{
  "enabled": true,
  "text": "string",
  "position": "center",
  "opacity": 1,
  "size": 8,
  "color": "string",
  "rotation": -90
}
Empty
Empty
Empty

How is this guide?