API Docs / Operations / Design Theme - Background Images / Update Background Image

Update Background Image

PUT /tenants/{tenant}/designthemes/{designThemeCode}/backgroundimages/{imageCode}

Updates an existing background image on the specified design theme.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

designThemeCode* path string
imageCode* path string

Request Body*

{
  "imageAssetCode": "string",
  "pageSelection": "None",
  "position": "FullPage",
  "offsetXMm": 0,
  "offsetYMm": 0
}

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found