I am using the API.
I call `GET /api/v2/triggers` to get all triggers, and then with that result I get the IDs and call `PUT /api/v2/triggers/reorder`, but I get the following:
400 Bad Request
{"error":"UnknownAttributeError","description":"Invalid attribute: all triggers are not provided"}
What am I missing?

Thanks for reaching out!
Generally, you’d see this error being caused by the full list of trigger IDs from your Zendesk account not being included in the
trigger_idsarray sent with the reorder request.Can you double-check that all trigger IDs are being included in the payload - it might be worth cross-referencing the trigger section in your Zendesk instance UI as well, if practicable.
Let me know if you continue to have any issues!
Tipene