---
title: "Reorder integration action"
method: PATCH
path: "/api/{cloudId}/v1/integrations/{integrationId}/actions/{id}/order"
tags: ["Integration actions"]
---

# Reorder integration action

`PATCH /api/{cloudId}/v1/integrations/{integrationId}/actions/{id}/order`

Reorders an integration action.  <br> <br> **Permissions required:** Permission to reorder the integration action:
 - the user has read-only administrative right. 
 - the user is the admin of the team that the integration belongs to.

## Path parameters

- `integrationId` string, required
- `id` string, required

## Request body

- UpdateIntegrationActionOrderRequest
  - `successorId` string — Id of the successor integration action. The action order will be defined with reference to order of the successor action.

## Response `200`

Returned if the request is successful.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the request user does not have permission to reorder the integration action.
- `404` — Returned if the integration or the integration action 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)
