openapi: 3.2.0 info: title: Sweep Graph Db API description: This is a publicly available Sweep API. version: '0.1' contact: {} servers: - url: https://api.sweep.io description: Sweep production API — the host this document was harvested from (GET /api-json); /health responds here tags: - name: graph-db paths: /graph-db/sync/{orgId}: post: operationId: GraphDbController_syncOrg parameters: - name: orgId required: true in: path schema: type: string responses: '201': description: '' security: - bearer: [] tags: - graph-db components: securitySchemes: bearer: scheme: bearer bearerFormat: JWT type: http