trevstack/openapi.yaml
trev 2b07f74cc1
Some checks failed
Check / check (push) Has been skipped
Release / check (push) Successful in 1m36s
Release / release (push) Successful in 3m23s
Release / package (push) Failing after 3m7s
bump: v0.0.28 -> v0.0.29
2025-05-14 06:58:32 -04:00

19 lines
308 B
YAML

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