Expand description
Typed DTOs for cloud sync API (Go server).
These replace the previous stringly-typed /api/sync/pull, /api/sync/push endpoints with the current team-scoped, integer-versioned API.
Structsยง
- Pattern
Change - A single change in a push request.
- Pattern
Payload - Remote
Pattern - A single remote pattern in a pull response.
- Sync
Pull Response - Response from GET /api/v1/core/teams/{id}/sync/pull?since={v}
- Sync
Push Request - Request body for POST /api/v1/core/teams/{id}/sync/push
- Sync
Push Response - Response from POST /api/v1/core/teams/{id}/sync/push
- Workflow
List Response - Response from GET /api/v1/workflows