---
title: "Change the order of team policy"
method: POST
path: "/api/{cloudId}/v1/teams/{teamId}/policies/{policyId}/change-order"
tags: ["Team Policies"]
---

# Change the order of team policy

`POST /api/{cloudId}/v1/teams/{teamId}/policies/{policyId}/change-order`

Change the order of team policy

## Path parameters

- `policyId` string, required
- `teamId` string, required

## Request body

- ChangePolicyOrderRequest
  - `order` number — new policy order

## Response `204`

Returned if the policy is deleted successfully.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `404` — Returned if the maintenance is not found.
- `422` — Returned if the payload cannot be validated.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
