Skip to content

Commit d411307

Browse files
feat: add github_client_id to health check response schema
1 parent 2247b7b commit d411307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/docs/swagger.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ paths:
3333
status:
3434
type: string
3535
example: ok
36-
36+
github_client_id:
37+
type: string
38+
example: "your_github_client_id"
3739
/v0/ping:
3840
get:
3941
tags:

0 commit comments

Comments
 (0)