---
title: "Sync Template Changes to Children"
method: GET
path: "/v1/document/{document_id}/sync-template"
tags: ["Document"]
---

# Sync Template Changes to Children

`GET /v1/document/{document_id}/sync-template`

Sync template changes to children of a document

## Path parameters

- `document_id` string, uuid, required

## Response `200`

Successfully synced template changes to children

- object
  - `metadata` object
  - `data` Document[]
    - `publicId` string, uuid
    - `name` string

## Other responses

- `403` — Not authorized to sync template changes to children for this document
- `404` — Document not found

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
