---
title: "Push folder changes"
method: POST
path: "/planner/folders/push"
tags: ["Planner Sync"]
---

# Push folder changes

`POST /planner/folders/push`

Push folder changes for synchronization

## Request body

- object[]
  - `newDocumentState` SyncDocument
    - `id` string
    - `_deleted` boolean
  - `assumedMasterState` SyncDocument
    - `id` string
    - `_deleted` boolean

## Response `200`

Sync conflicts (if any)

- SyncDocument[]
  - `id` string
  - `_deleted` boolean

---

[API](https://skmtc.net/nthumodifications/apis/nthu-mods-api.md) · [All operations](https://skmtc.net/nthumodifications/apis/nthu-mods-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nthumodifications/nthu-mods-api/versions/414e7e5c2028/schema)
