Skip to content

Category — Mass Update Status (GraphQL)

Sets the same status on several categories in one call. indices is the list of category ids; value is 1 to enable or 0 to disable them. updated is the list of ids whose status was changed.

TIP

See the Categories overview for how the menu works.

Input

FieldTypeNotes
indices[Int!]!Category ids to update
valueInt!0 to disable, 1 to enable

All admin operations require an admin Bearer token — see Authentication.

Released under the MIT License.