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

feat(integrations): add support for Buildium #2818

Merged
merged 5 commits into from
Oct 4, 2024

Conversation

hassan254-prog
Copy link
Collaborator

Describe your changes

  • Add support for buildium

Issue ticket number and link

EXT-180

Copy link

linear bot commented Oct 4, 2024

credentials:
apiKey:
type: string
title: API Key
description: The API key for your Buildium account
pattern: '^[a-z0-9_-]+$'
example: uOq2p+xlgpFdijfV/HqY+EvYpZKHRwlyhGuAVbJIxXs
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the regex doesn't match the value. It contains + or / for instance. You probably want ^[A-Za-z0-9+/]+$ instead

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aah yes, updated with commit

@hassan254-prog hassan254-prog enabled auto-merge (squash) October 4, 2024 20:40
@hassan254-prog hassan254-prog merged commit d0e9cc7 into master Oct 4, 2024
20 of 21 checks passed
@hassan254-prog hassan254-prog deleted the wari/ext-180-api-support-buildium branch October 4, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants