Skip to content

Commit

Permalink
cdc delete payload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Apr 8, 2022
1 parent e443137 commit 21a7703
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 12 deletions.
67 changes: 55 additions & 12 deletions astra-streaming/astra-streaming.gen.go

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

6 changes: 6 additions & 0 deletions streaming-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,12 @@ paths:
schema:
type: string
required: true
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/cdcRequest"
description: Request body for enabling cdc
responses:
"200":
description: cdc successfully deleted
Expand Down

0 comments on commit 21a7703

Please sign in to comment.