AltitudeWeb/open_api/src/main/resources/api.yml

17 lines
330 B
YAML
Raw Normal View History

2025-04-02 17:18:39 +00:00
openapi: 3.0.4
info:
title: Altitude Web API
description: |-
The API for the Altitude website
version: 1.0.0
servers:
- url: https://alttd.com/api/v3
tags:
- name: player
description: Retrieve player information
paths:
/team:
$ref: './sub_api/team/team.yml'
/history:
$ref: './sub_api/bans/bans.yml'