-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
[NEW][API] Endpoint integration.update
#13618
Merged
Merged
Conversation
This file contains 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
tonobo
force-pushed
the
add_integration_update
branch
2 times, most recently
from
March 5, 2019 16:00
8180e79
to
cdc588e
Compare
tonobo
force-pushed
the
add_integration_update
branch
from
March 5, 2019 16:19
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. |
@tonobo Could you please sign the CLA? |
CLA sigend! ;) |
Any news on this? |
rodrigok
changed the title
[NEW] restapi: Add interation.update endpoint
[NEW][API] Add May 30, 2020
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
rodrigok
changed the title
[NEW][API] Add
[NEW][API] Add Jul 3, 2020
interation.update
endpointintegration.update
endpoint
rodrigok
changed the title
[NEW][API] Add
[NEW][API] Endpoint Jul 3, 2020
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.update
restapi endpoint. It's currently missing at https://rocket.chat/docs/developer-guides/rest-api/integration/