---
title: "Reorder sync action group"
method: PATCH
path: "/api/{cloudId}/v1/syncs/{syncId}/action-groups/{id}/order"
tags: ["Sync action groups"]
---

# Reorder sync action group

`PATCH /api/{cloudId}/v1/syncs/{syncId}/action-groups/{id}/order`

Reorders a sync action group.

## Path parameters

- `syncId` string, required — Id of the sync
- `id` string, required — Id of the action group

## Request body

- UpdateSyncActionGroupOrderRequest
  - `successorId` string, required — The action group will be in the next order of the given successor.

## 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 edit the sync or operation is not allowed.
- `404` — Returned if sync or sync action group is not found
- `422` — Returned if the payload is not 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)
