trevstack/openapi.yaml
trev 9e26479f67
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.39 -> v0.0.40
2025-05-17 01:50:01 -04:00

19 lines
308 B
YAML

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