trevstack/openapi.yaml
trev 43fc67ded6
Some checks failed
Check / check (push) Has been skipped
Release / check (push) Failing after 0s
Release / release (push) Has been skipped
Release / package (push) Has been skipped
bump: v0.0.42 -> v0.0.43
2025-05-17 02:30:43 -04:00

19 lines
308 B
YAML

openapi: 3.1.0
servers:
- url: /grpc
info:
title: Trevstack API
version: 0.0.43
description: API for Trevstack
contact:
name: Trev
email: spam@trev.xyz
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
security:
- bearerAuth: []