Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 3d71be3

Browse files
committed
Add missing properties to example
1 parent b2b32f8 commit 3d71be3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: test/project/openapi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ components:
196196
write: Grants write access
197197
admin: Grants access to admin operations
198198
info:
199-
title: ''
199+
title: Site API
200200
description: ''
201-
version: dfdb63df-5e16-4df6-a915-3e64601a7a2c
201+
version: v1.0.0
202202
paths:
203203
'/create/{username}':
204204
post:

Diff for: test/project/serverless.doc.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
documentation:
2-
components:
2+
version: "v1.0.0"
3+
title: "Site API"
4+
description: ${file(serverless.doc.description.yml):description}
5+
authorization: Bearer <token>
36
securitySchemes:
47
bearerAuth:
58
type: oauth2

0 commit comments

Comments
 (0)