Import from internal git
This commit is contained in:
10
architecture/api/apis/example/example.yaml
Normal file
10
architecture/api/apis/example/example.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
openapi: 3.0.3
|
||||
info:
|
||||
version: "1.0.0"
|
||||
title: 'Example API'
|
||||
description: 'Some demonstration stuff'
|
||||
|
||||
|
||||
paths:
|
||||
/example/{exampleId}/:
|
||||
$ref: "example-paths.yaml#/components/pathItems/GetExampleById"
|
||||
Reference in New Issue
Block a user