-
Notifications
You must be signed in to change notification settings - Fork 21.9k
Amir/gig 5009 documentation update for registrationverified webhook #66
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
Draft
mdamire
wants to merge
502
commits into
ringcentral:master
Choose a base branch
from
gigapay:amir/gig-5009-documentation-update-for-registrationverified-webhook
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Amir/gig 5009 documentation update for registrationverified webhook #66
mdamire
wants to merge
502
commits into
ringcentral:master
from
gigapay:amir/gig-5009-documentation-update-for-registrationverified-webhook
+21,793
−4,007
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
* fix bc style breaks from rouge 3.x Signed-off-by: Matthew Peveler <[email protected]> * use bright_pink for Name::Label Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Signed-off-by: Matthew Peveler <[email protected]>
Bumps [middleman](https://github.com/middleman/middleman) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/middleman/middleman/releases) - [Changelog](https://github.com/middleman/middleman/blob/v4.3.7/CHANGELOG.md) - [Commits](middleman/middleman@v4.3.6...v4.3.7) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Signed-off-by: Matthew Peveler <[email protected]>
master -> main branch
Correct Github username to jakemack from jackmack
Signed-off-by: Mike Ralphson <[email protected]>
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.17.0 to 3.19.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](rouge-ruby/rouge@v3.17.0...v3.19.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Signed-off-by: Matthew Peveler <[email protected]>
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](vmg/redcarpet@v3.4.0...v3.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](rouge-ruby/rouge@v3.19.0...v3.20.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3. **This update includes a security fix.** - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](rack/rack@v2.2.2...2.2.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Signed-off-by: Matthew Peveler <[email protected]>
We have changed our view on cellphone number and decided that email is now required and cellphone number is now optional
…on-to-make-email-reqruied-phone-number feat: change cellphone number from required to optional
We have changed how webhooks work when reaching the listeners, we have now added retry with exponential backoff
…tation-with-webhook-retry-behavior feat: update webhook info
feat: added documentation for employee invitation_code field
…sing-an-open-payrun feat: add info about payrun close action
…ment-terms-status feat: add `payment terms` endpoint documentation
…-about-payment-terms-status Revert "feat: add `payment terms` endpoint documentation"
- Rename _invoices.md to _payruns.md - Update all references from "Invoice" to "Payrun" throughout documentation - Update API endpoints from /v2/invoices/ to /v2/payruns/ - Update webhook events from Invoice.* to Payrun.* - Update navigation in index.html.md
The canceled_at field was missing even though it is in the code
…for-canceled_at feat: add `canceled_at` to payout documentation
Remove the "Create an Integration" section from the API documentation as this endpoint is not actually available for creating integrations.
Remove mention of types of integrations as we now only have one integration type going.
…tation-about-integration-creation-endoint docs: remove integration creation endpoint documentation
…s-endpoint-in-the-api feat: rename invoices endpoint to payruns in API documentation
debcea2
to
c74bfef
Compare
We have added new registration endpoint and this is the documentation for it
We have added an endpoint that is demo only that approves registrations to ease development. So we document it for developers to use
…ocumentation feat: add documentation for `Registration` endpoint
Registration.verified the the new event we have. This event is tied to an user while the other events are tied to an integration.
c74bfef
to
81bae1a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.