Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions fern/apis/api/definition/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ types:
logo_url: optional<string>
terms_url: optional<string>
privacy_url: optional<string>
owner_signup_limit:
type: optional<integer>
docs: >-
Maximum number of accounts your organization may sign up at this provider. Omitted when
the provider sets no limit. 0 means the provider has paused new sign-ups; existing accounts
keep signing in.

ListProvidersResponse:
properties:
Expand Down
7 changes: 7 additions & 0 deletions openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10949,6 +10949,13 @@ components:
privacy_url:
type: string
nullable: true
owner_signup_limit:
type: integer
nullable: true
description: >-
Maximum number of accounts your organization may sign up at this provider. Omitted when
the provider sets no limit. 0 means the provider has paused new sign-ups; existing accounts
keep signing in.
required:
- provider_id
ListProvidersResponse:
Expand Down
Loading