diff --git a/src/pages/resources/openapi.json b/src/pages/resources/openapi.json index 1a47c0ce5..25d241c24 100644 --- a/src/pages/resources/openapi.json +++ b/src/pages/resources/openapi.json @@ -11777,9 +11777,9 @@ "description": "Specifies the appearance parameters for watermark.", "properties": { "appearOnForeground": { - "description": "Placement of watermark on the page. Watermark will be either foreground or background on the page. Default is background.", + "description": "Placement of watermark on the page. Watermark will be either foreground or background on the page. Default is foreground.", "type": "boolean", - "default": false + "default": true }, "opacity": { "description": "Percentage value specifying watermark opacity. Specified as an Integer value from 0 to 100.",