22 lines
397 B
YAML
22 lines
397 B
YAML
basePath: /
|
|
info:
|
|
contact: {}
|
|
license:
|
|
name: 0BSD
|
|
termsOfService: http://swagger.io/terms/
|
|
title: Amane Tanikaze Discord Bot Backend
|
|
version: 2.0-alpha1
|
|
paths:
|
|
/api/image:
|
|
get:
|
|
parameters:
|
|
- description: image id
|
|
in: query
|
|
name: id
|
|
required: true
|
|
type: string
|
|
responses:
|
|
"200":
|
|
description: OK
|
|
swagger: "2.0"
|