Skip to main content

packages/contracts/src/openapi/openapi.yaml

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

openapi: 3.1.0
info:
title: Anchor MSP PSA API
version: 0.1.0
servers:
- url: https://api.anchor-msp.local
security:
- bearerAuth: []
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
parameters:
IdempotencyKey:
name: Idempotency-Key
in: header
required: true
schema:
type: string
CorrelationId:
name: X-Correlation-Id
in: header
required: false