Skip to content

Commit

Permalink
Merge pull request #81 from dubinc/speakeasy-sdk-regen-1728087668
Browse files Browse the repository at this point in the history
chore: 🐝 Update Specs - Merge Code Samples Into OpenAPI Spec
  • Loading branch information
steven-tey authored Oct 6, 2024
2 parents 7257626 + cca4128 commit 1e153ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ speakeasyVersion: 1.409.0
sources:
merge-code-samples-into-spec:
sourceNamespace: merge-code-samples-into-spec
sourceRevisionDigest: sha256:5689124103e7529cf694a383299599055b2bf33aa5ef5ae5dab1dd62c10e9e63
sourceBlobDigest: sha256:27ebabc0b3380dcc73745e5a7fe012245a6751ed513d782dba01b43bb04518cd
sourceRevisionDigest: sha256:51d524a97d8f67c5ce9b3d5fa56c6c90ef18992929e2346314793a46e1ef9444
sourceBlobDigest: sha256:91de63a155930da8cd3fada625ca9c7d9ccba37836b6a62eb435c7123a6872de
tags:
- latest
- main
Expand Down
12 changes: 9 additions & 3 deletions openapi-with-code-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,11 +1250,10 @@ paths:
required: true
- in: "query"
name: "logo"
description: "The logo to include in the QR code. Defaults to `https://assets.dub.co/logo.png` if not provided."
description: "The logo to include in the QR code. Can only be used with a paid plan on Dub.co."
schema:
type: "string"
default: "https://assets.dub.co/logo.png"
description: "The logo to include in the QR code. Defaults to `https://assets.dub.co/logo.png` if not provided."
description: "The logo to include in the QR code. Can only be used with a paid plan on Dub.co."
- in: "query"
name: "size"
description: "The size of the QR code in pixels. Defaults to `600` if not provided."
Expand Down Expand Up @@ -1288,6 +1287,13 @@ paths:
type: "string"
default: "#FFFFFF"
description: "The background color of the QR code in hex format. Defaults to `#ffffff` if not provided."
- in: "query"
name: "hideLogo"
description: "Whether to hide the logo in the QR code. Can only be used with a paid plan on Dub.co."
schema:
type: "boolean"
default: "false"
description: "Whether to hide the logo in the QR code. Can only be used with a paid plan on Dub.co."
- in: "query"
name: "includeMargin"
description: "Whether to include a margin around the QR code. Defaults to `false` if not provided."
Expand Down

0 comments on commit 1e153ea

Please sign in to comment.