Skip to content

Commit

Permalink
deploy: 634e68d
Browse files Browse the repository at this point in the history
  • Loading branch information
dborovcanin committed Apr 9, 2024
1 parent 2becd48 commit 6691a3b
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 12 deletions.
4 changes: 2 additions & 2 deletions apis/api/openapi/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ info:
version: 0.14.0

servers:
- url: http://localhost:8180
- url: https://localhost:8180
- url: http://localhost:8189
- url: https://localhost:8189

tags:
- name: Auth
Expand Down
File renamed without changes.
10 changes: 7 additions & 3 deletions apis/api/openapi/schemas/HealthInfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@ properties:
version:
type: string
description: Service version.
example: 0.0.1
example: v0.14.0
commit:
type: string
description: Service commit hash.
example: 7d6f4dc4f7f0c1fa3dc24eddfb18bb5073ff4f62
example: 73362210dd2e04e389eaddb802cab3fe03976593
description:
type: string
description: Service description.
example: <service_name> service
build_time:
type: string
description: Service build time.
example: 1970-01-01_00:00:00
example: 2024-02-01_12:18:15
instance_id:
type: string
description: Service instance ID.
example: 8edbf8af-7db7-4218-bb4f-a8a929ff5266
Loading

0 comments on commit 6691a3b

Please sign in to comment.