/
multiverse
/
openapi_server
Обзор
Документация
Войти
/
multiverse
/
openapi_server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
api/api.yaml
24 строки
554 B
radionov
Initial commit
07 июл 2024, 08:50
07 июл 2024, 08:50
a63cfdf
Код
Авторство
О чём код?
openapi: 3.0.0 info: title: OpenAI API oGen learinig description: API for testing ogen features version: "1.0.0" servers: - url: http://localhost:8800 paths: /items/{slug}: get: operationId: getItem summary: get some item by slug responses: "200": description: ok content: application/json: schema: type: object properties: id: type: number name: type: string