Quantum Art Favicon.png API

The Favicon.png API from Quantum Art — 1 operation(s) for favicon.png.

OpenAPI Specification

quantum-art-favicon-png-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: QaaS Backend admin Favicon.png API
  description: Quantum-as-a-Service Backend providing task management, metrics, and real-time communication
  version: 1.0.0
tags:
- name: Favicon.png
paths:
  /favicon.png:
    get:
      summary: Favicon
      description: Serve favicon.
      operationId: favicon_favicon_png_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Favicon.png
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer