POST

Bulk Update Branch Tags By Filter


Asynchronously updates tags on multiple branches that match the provided filter criteria.

Specify which tags to assign and which tags to unassign. A tag that appears both the list to assign and the list to unassign tags, will be assigned.

To check the status of the bulk update, pass the returned jobId to Get Async Job.

To update a single branch's tags, call Update Branch.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Site Branches
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/editor/branches/v1/bulk/branches/update-tags-by-filter

Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?