# Set tasks priority **PUT /actions/tasks/set-priority** Set the priority of every task given in the id list. Tasks the current user is not allowed to update are skipped. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **task_ids** (array[string(uuid)]) - **priority** (integer) ## Responses ### 200 Updated tasks #### Body: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)