VibeHost
API referenceWorkspacesWorkspaceidAppsAppidOg watermark

/workspaces/{workspaceId}/apps/{appId}/og-watermark

PATCH
/workspaces/{workspaceId}/apps/{appId}/og-watermark

Authorization

bearerAuth apps:write
AuthorizationBearer <token>

In: header

Scope: apps:write

Path Parameters

workspaceId*string
appId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

disabled*boolean

Response Body

curl -X PATCH "https://example.com/workspaces/string/apps/string/og-watermark" \  -H "Content-Type: application/json" \  -d '{    "disabled": true  }'
Empty