mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-13 00:21:51 +01:00
20 lines
325 B
YAML
20 lines
325 B
YAML
|
openapi: 3.1.0
|
||
|
info:
|
||
|
title: difluoroborane
|
||
|
description: FabAccess Auth API
|
||
|
contact:
|
||
|
name: dequbed
|
||
|
email: me@dequbed.space
|
||
|
license:
|
||
|
name: GPL-3.0
|
||
|
identifier: GPL-3.0
|
||
|
version: 0.4.2
|
||
|
paths: {}
|
||
|
components:
|
||
|
securitySchemes:
|
||
|
basicAuth:
|
||
|
type: http
|
||
|
scheme: basic
|
||
|
security:
|
||
|
- basicAuth: []
|