Skip to content

Commit

Permalink
feat: patch ServiceDatabaseListResponse (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Nov 26, 2024
1 parent 7d4366f commit f6c4558
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion handler/service/service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions openapi_patch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
components:
schemas:
ServiceDatabaseListResponse:
properties:
databases:
items:
properties:
lc_ctype:
type: string
lc_collate:
type: string
ServiceListResponse:
properties:
services:
Expand Down

0 comments on commit f6c4558

Please sign in to comment.