{
  "openapi": "3.1.1",
  "info": {
    "title": "PhysicianAssistant | v1",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://puente.health/"
    }
  ],
  "paths": {
    "/version": {
      "get": {
        "tags": [
          "PhysicianAssistant"
        ],
        "summary": "Build and runtime info",
        "description": "Returns assembly version, runtime version, environment, and build timestamp. Anonymous.",
        "operationId": "Version",
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/admin/conversations": {
      "get": {
        "tags": [
          "PhysicianAssistant"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/sms": {
      "post": {
        "tags": [
          "PhysicianAssistant"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "tags": [
    {
      "name": "PhysicianAssistant"
    }
  ]
}