-
Notifications
You must be signed in to change notification settings - Fork 13.1k
[NEW][API] Endpoint integration.update
#13618
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
Merged
Merged
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
8180e79 to
cdc588e
Compare
cdc588e to
9271777
Compare
|
Anyone have a feedback for this? Was there a specific reason the endpoint wasn't added together with the create and delete API? We would like to manage our Webhooks outside of RocketChat in a git-repo and then only sync them to RocketChat via the API. Obviously this can only work with an update endpoint. |
Contributor
|
@tonobo Could you please sign the CLA? |
Contributor
Author
|
CLA sigend! ;) |
|
Any news on this? |
interation.update endpoint
# Conflicts: # packages/rocketchat-api/server/v1/integrations.js
rodrigok
previously approved these changes
May 30, 2020
rodrigok
approved these changes
Jun 19, 2020
Merged
interation.update endpointintegration.update endpoint
integration.update endpointintegration.update
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.
Heyho guys, i've added the
integrations.updaterestapi endpoint. It's currently missing at https://rocket.chat/docs/developer-guides/rest-api/integration/