mirror of
https://github.com/scarf-sh/tie.git
synced 2024-11-26 12:46:37 +03:00
22 lines
444 B
YAML
22 lines
444 B
YAML
openapi: "3.0.0"
|
|
info:
|
|
version: 1.0.0
|
|
title: Scarf
|
|
license:
|
|
name: AllRightsReserved
|
|
servers:
|
|
- url: https://scarf.sh/api/v1
|
|
paths:
|
|
/test:
|
|
get:
|
|
summary: test
|
|
operationId: test
|
|
responses:
|
|
'200':
|
|
description: CSV response without schema
|
|
content:
|
|
application/json:
|
|
schema:
|
|
description: Undocumented
|
|
type: array
|
|
components: {} |