Skip to content

Commit b5bd7e0

Browse files
committed
Add /v1/versions endpoint to API with GET method
1 parent 2b77b00 commit b5bd7e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terraform/prod/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ paths:
109109
responses:
110110
200:
111111
description: String
112+
/v1/versions:
113+
get:
114+
summary: versions
115+
operationId: getVersions
116+
responses:
117+
200:
118+
description: String
112119
/v1/audits:
113120
get:
114121
summary: audits

0 commit comments

Comments
 (0)