Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(providers): greenhouse api domain wording #3111

Merged
merged 3 commits into from
Dec 4, 2024
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
14 changes: 6 additions & 8 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2996,10 +2996,10 @@ greenhouse:
connection_config:
resource:
type: string
title: Greenhouse Domain
description: The subdomain of your Greenhouse account
title: Greenhouse API Domain
description: The Greenhouse API Domain you want to connect to
pattern: '^[a-z0-9_-]+$'
example: domain
example: harvest
suffix: .greenhouse.io
prefix: https://

Expand All @@ -3016,16 +3016,14 @@ greenhouse-basic:
type: link
limit_name_in_request: per_page
link_rel_in_response_header: next
verification:
endpoint: /v1/applications
docs: https://docs.nango.dev/integrations/all/greenhouse
connection_config:
resource:
type: string
title: Greenhouse Domain
description: The subdomain of your Greenhouse account
title: Greenhouse API Domain
description: The Greenhouse API Domain you want to connect to
pattern: '^[a-z0-9_-]+$'
example: domain
example: harvest
suffix: .greenhouse.io
prefix: https://
order: 1
Expand Down
Loading