---
title: "POST /workspaces/:id/push"
method: POST
path: "/workspaces/:id/push"
---

# POST /workspaces/:id/push

`POST /workspaces/:id/push`

## Request body

- object[]
  - `parents` object[]
    - `timestamp` integer
    - `replica` string
  - `timestamp` ReplicaTimestamp — unresolved $ref
  - `delta` union[]
    - union
      - object
        - `ai` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
      - object
        - `calendars` Delta[] — unresolved $ref
      - object
        - `connections` Delta[] — unresolved $ref
      - object
        - `events` Delta[] — unresolved $ref
      - object
        - `events-rec` Delta[] — unresolved $ref
      - object
        - `integration-app` object[]
          - `enabled_data_collections` Delta[] — unresolved $ref
      - object
        - `integrations` Delta[] — unresolved $ref
      - object
        - `hierarchy` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
      - object
        - `home` object[]
          - `timestamp` ReplicaTimestamp — unresolved $ref
          - `value` unknown
      - object
        - `members` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
      - object
        - `notices` Delta[] — unresolved $ref
      - object
        - `notices-personal-archived` Delta[] — unresolved $ref
      - object
        - `notices-personal-viewed` Delta[] — unresolved $ref
      - object
        - `organizations` Delta[] — unresolved $ref
      - object
        - `pages` Delta[] — unresolved $ref
      - object
        - `people` Delta[] — unresolved $ref
      - object
        - `menu-items` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
      - object
        - `recurrences` Delta[] — unresolved $ref
      - object
        - `settings` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
      - object
        - `subscription` object[]
          - `timestamp` ReplicaTimestamp — unresolved $ref
          - `value` unknown
      - object
        - `task-bindings` Delta[] — unresolved $ref
      - object
        - `task-binding-settings` Delta[] — unresolved $ref
      - object
        - `tasks` Delta[] — unresolved $ref
      - object
        - `tables` Delta[] — unresolved $ref
      - object
        - `object-hierarchy` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …

## Response `204`

The commits were properly saved

## Other responses

- `404` — The workspace does not exist
- `409` — The provided cookie mismatched the expected one

---

[API](https://skmtc.dev/routine/apis/routine-co.md) · [All operations](https://skmtc.dev/routine/apis/routine-co/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/routine/routine-co/revisions/efced8f8ad00/schema)
