Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thanh Minh Hồ Đắc
gcp-api-gateway
Commits
60ac36a3
Commit
60ac36a3
authored
2 years ago
by
Thanh Minh Hồ Đắc
🐝
Browse files
Options
Download
Email Patches
Plain Diff
♻
refactor: add completeDoorOpen to api config
parent
de62a6d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
openApi-spec.dev.yaml
openApi-spec.dev.yaml
+21
-1
No files found.
openApi-spec.dev.yaml
View file @
60ac36a3
...
...
@@ -24,6 +24,13 @@ definitions:
type
:
array
items
:
type
:
integer
completeDoorRequestBody
:
type
:
object
properties
:
lockerId
:
type
:
string
cabinetNo
:
type
:
string
paths
:
/getLockerBoard
:
...
...
@@ -39,4 +46,17 @@ paths:
200
:
description
:
Success return board information
schema
:
$ref
:
"
#/definitions/getLockerBoardResponse"
\ No newline at end of file
$ref
:
"
#/definitions/getLockerBoardResponse"
/completeDoorOpen
:
post
:
operationId
:
completeDoorOpen
summary
:
Update doorStatus of cabinet to OPEN
parameters
:
-
in
:
body
name
:
cabinetDetail
required
:
true
schema
:
$ref
:
"
#/definitions/completeDoorRequestBody"
responses
:
200
:
description
:
Success receive doorStatus
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment