Update site backup favorite

View as MarkdownOpen in Claude
Marks one backup as a master backup, or takes the mark off. A master backup is kept out of the retention policy, so it never expires while marked. The state is explicit, never a flip: repeating the call leaves the same state. Body parameters: - `favorite` (boolean, required): `true` marks the copy as a master backup, `false` takes the mark off. Answers **200** with the `site-backups` document (`is_favorite` reflects the new state). Path variable `siteBackup` is the exact backup id. - **400**: the plan's cap of master backups for that website is reached (the error names it); nothing changes. - **422**: `favorite` missing or not a boolean. - **403**: a read-only token. - **404**: a backup of another organization, or a member without the permission. The MCP twin is the `site-backups-favorite-update` tool.

Authentication

AuthorizationBearer

Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.

Path parameters

siteBackupstringRequired

Request

This endpoint expects an object.
favoritebooleanOptional

Response