mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
19 lines
352 B
YAML
19 lines
352 B
YAML
openapi: 3.1.0
|
|
info:
|
|
title: Example OpenAPI 3 definition.
|
|
version: 1.0.0
|
|
|
|
paths:
|
|
'/ping/{id}/{test}':
|
|
get:
|
|
parameters:
|
|
- in: path
|
|
name: test_id
|
|
description: User id
|
|
required: true
|
|
schema:
|
|
type: string
|
|
responses:
|
|
'200':
|
|
description: example description
|