openapi: 3.2.0 info: title: Hyperlabs.Web Website Timeline API version: '1.0' servers: - url: /api tags: - name: WebsiteTimeline paths: /v1/website/timeline: get: tags: - WebsiteTimeline responses: '200': description: OK components: securitySchemes: oauth2: type: apiKey description: 'Standard Authorization header using the Bearer scheme. Example: "Bearer {token}"' name: Authorization in: header