Skip to content

Commit

Permalink
Update api-schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailkakar committed Apr 30, 2024
1 parent a28546e commit 10c719b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ components:
example: "https://my-service.com/webhook"
sharedSecret:
type: string
writeOnly: true
description: shared secret used to sign the webhook payload
example: my-secret
streamId:
Expand Down Expand Up @@ -2958,9 +2959,7 @@ paths:
content:
application/json:
schema:
type: object
items:
$ref: "#/components/schemas/multistream-target"
$ref: "#/components/schemas/multistream-target"
x-speakeasy-name-override: data
default:
description: Error
Expand Down

0 comments on commit 10c719b

Please sign in to comment.