API v1 ReferenceWatermark
Update watermark configuration
Update tenant-specific watermark configuration used for protected document downloads. Browse request parameters, authentication requirements, response…
Update tenant-specific watermark configuration used for protected document downloads.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/api/v1/watermark" \ -H "Content-Type: application/json" \ -d '{}'{ "enabled": true, "text": "string", "position": "center", "opacity": 0, "size": 8, "color": "string", "rotation": -90}How is this guide?