---
title: "Start a project schedule sync"
method: POST
path: "/v1/projects/{projectId}/schedule-sync"
tags: ["Projects", "Schedules"]
---

# Start a project schedule sync

`POST /v1/projects/{projectId}/schedule-sync`

Starts an asynchronous schedule sync for the project.

## Path parameters

- `projectId` string, uuid, required

## Headers

- `Authorization` string

## Response `202`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'project', required
    - `attributes` object, required
      - `workflowId` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-09-23** `6da83f4191fc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/projects/:projectId/schedule-sync/post.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/6da83f4191fc?raw)
