Skip to content

Commit a7cb020

Browse files
docs(openapi): add server description
1 parent 57899a8 commit a7cb020

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/openapi/openapi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
openapi: 3.0.0
22
servers:
3-
- description: Operating Block API Gateway
3+
- description: The Endpoint for Operating Block Dashboard.
44
url: http://localhost:<port>/api/v1/obd/
5-
- description: Operating Room API Gateway
5+
- description: The Endpoint for Operating Rooms Dashboard.
66
url: http://localhost:<port>/api/v1/ord
7+
78
info:
89
description: This is the API of the Api gateway microservice within the Smart Operating Block project
910
version: 1.0.0

0 commit comments

Comments
 (0)