openapi: 3.2.0 info: version: admin-v1 title: Admin API V1 Checks API servers: - url: https://dogfood.commerce.insitesandbox.com security: [] tags: - name: Checks paths: /api/v1/admin/checks/PostStart: get: tags: - Checks operationId: Checks_PostStart responses: '200': description: OK content: application/json: schema: type: object text/json: schema: type: object application/xml: schema: type: object text/xml: schema: type: object text/html: schema: type: object /api/v1/admin/checks/PreStop: get: tags: - Checks operationId: Checks_PreStop responses: '200': description: OK content: application/json: schema: type: object text/json: schema: type: object application/xml: schema: type: object text/xml: schema: type: object text/html: schema: type: object components: securitySchemes: access_token: type: apiKey description: Token used to access storefront API. name: access_token in: query