mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
21 lines
380 B
YAML
21 lines
380 B
YAML
openapi: 3.1.0
|
|
servers:
|
|
- url: https://api.redocly-example.com/v1
|
|
security: []
|
|
info:
|
|
title: Title
|
|
license:
|
|
name: Apache 2.0
|
|
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
|
description: Description
|
|
version: 1.0.0
|
|
|
|
paths:
|
|
/my_post:
|
|
post:
|
|
operationId: my_post
|
|
summary: my_post
|
|
requestBody:
|
|
content:
|
|
application/json:
|