Import from internal git
This commit is contained in:
22
architecture/api/apis/example/example-params.yaml
Normal file
22
architecture/api/apis/example/example-params.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
openapi: 3.0.3
|
||||
info:
|
||||
version: "1.0.0"
|
||||
title: 'Parameters for example'
|
||||
description: 'Defines all the parameters used in example API'
|
||||
|
||||
paths:
|
||||
/fake_path_required_for_generation:
|
||||
get:
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
|
||||
components:
|
||||
parameters:
|
||||
exampleId:
|
||||
name: exampleId
|
||||
description: the id of an example
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
$ref: "example-schemas.yaml#/components/schemas/Example"
|
||||
Reference in New Issue
Block a user