Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21990,8 +21990,8 @@ paths:
properties:
callback_url:
description: >-
The callback URL to redirect to after authorization. Note, only https URLs on ports 443 and 3000 are
allowed.
The callback URL to redirect to after authorization. Supports https URLs and localhost/127.0.0.1
URLs on any port for local CLI tools.
example: https://myapp.com/auth/callback
format: uri
type: string
Expand Down
Loading