Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed May 26, 2023
1 parent 61d7198 commit 21ea26d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,9 @@ var doc = `{
"sasl-mechanism": {
"type": "string"
},
"sasl-oauth-audience": {
"type": "string"
},
"sasl-oauth-client-id": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,9 @@
"sasl-mechanism": {
"type": "string"
},
"sasl-oauth-audience": {
"type": "string"
},
"sasl-oauth-client-id": {
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ definitions:
properties:
sasl-mechanism:
type: string
sasl-oauth-audience:
type: string
sasl-oauth-client-id:
type: string
sasl-oauth-client-secret:
Expand Down

0 comments on commit 21ea26d

Please sign in to comment.