For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bulk update promotion statuses

Sets the status field of multiple promotions in one request.

patch
Authorizations
AuthorizationstringRequired

Omnitron staff token. Format: Token <token>. Validated against Omnitron active_user API — user must have is_staff: true.

Body
promotion_idsinteger[]Required

IDs of promotions to update

Example: [1,2,3]
statusstring · enumRequired

Lifecycle status of a promotion

Possible values:
Responses
200

Update applied

No content

patch/admin/promotions/bulk-status-update/

No content

Last updated

Was this helpful?