Internal
Update a dashboard banner (platform admin)
Overwrites an existing banner. contentVersion is recomputed and enabledEpoch bumps only on a false->true transition, so an edit or a re-enable re-shows a dismissed banner while a no-op save does not. Same validation as create; reason is required and audited. expectedUpdatedAt is the revision the operator loaded: the write is rejected 409 when the stored banner changed after that load, so a stale save cannot clobber a concurrent edit.
put/v1/admin/banners/{id}
Path parameters
idstring required
Request body
Response
Updated
Changes
Changed in 1 of the 20 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○