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

# Sync Template Changes to Children

`GET /v1/process/{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

## Changes

- **2025-07-05** `69960ee36427` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/morta-technology/apis/morta-api-reference/changes/v1/process/:document_id/sync-template/get.md)

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/69960ee36427/schema)
