* feat: add tryItOutEnabled configuration allow users to set tryItOutEnabled: true to display the "Try it out" section by default tryItOutEnabled to take === "true" for the query string value or === true if someone implements query string type parsing in the query
14 lines
266 B
YAML
14 lines
266 B
YAML
openapi: 3.0.2
|
|
info:
|
|
title: try it out enabled test
|
|
version: 0.0.1
|
|
description: |-
|
|
a simple test to ensure tryItOutEnabled=true expands "Try it out"
|
|
paths:
|
|
/:
|
|
get:
|
|
summary: an operation
|
|
responses:
|
|
"200":
|
|
description: OK
|