16 lines
248 B
YAML
16 lines
248 B
YAML
openapi: 3.0.0
|
|
info:
|
|
title: Logidex ID API
|
|
version: 1.0.0
|
|
|
|
paths:
|
|
$ref: './api/auth/api.yaml#/paths'
|
|
|
|
|
|
components:
|
|
schemas:
|
|
$ref: './api/auth/api.yaml#/components/schemas'
|
|
|
|
tags:
|
|
- name: auth
|
|
description: Authentication operations |