API v1 ReferenceWatermark
Update watermark configuration
Update tenant-specific watermark configuration used for protected document downloads.
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
Range
0 <= value <= 1size?integer
Range
8 <= value <= 96color?string
Match
^#[0-9A-Fa-f]{6}$rotation?integer
Range
-90 <= value <= 90Response 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?