trevstack/openapi.yaml
trev 815cf96374
Some checks failed
Check / check (push) Has been skipped
Release / check (push) Successful in 1m32s
Release / release (push) Successful in 1m47s
Release / package (push) Failing after 5s
bump: v0.0.30 -> v0.0.31
2025-05-16 17:34:54 -04:00

19 lines
308 B
YAML

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