trevstack/openapi.yaml
trev 4f9dee1e27
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.43 -> v0.0.44
2025-05-17 03:05:37 -04:00

19 lines
308 B
YAML

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