-
Bug
-
Resolution: Fixed
-
Low
-
None
-
Severity 3 - Minor
-
Issue Summary
When trying to update existing Slack integration via an API request. The following fields (retrieved via GET request) are not updated.
- sendAlertActions
- sendDescription
- sendRoutedTeams
Steps to Reproduce
- Create a Slack integration
- Use the Get integration API to fetch the Slack integration details
- Copy the response and update the values for the above field to either true or false
- Use the update integration API and then paste the updated response into the body and complete the request
- Use the Get Integration API again to see if the values have been updated
- The values are not updated
Expected Results
The documentation states that you should copy the response from the Get Integration API call and then pass the values you want to be updated using the Update Integration API.
Passing the fields retrieved from the GET request for the Slack integration via the Update integration API should update the passed fields.
Actual Results
The following fields are not updated:
- sendAlertActions
- sendDescription
- sendRoutedTeams
Workaround
The fields can be updated via UI by going into the integration.
Unable to update some configuration for slack integration via API
-
Bug
-
Resolution: Fixed
-
Low
-
None
-
Severity 3 - Minor
-
Issue Summary
When trying to update existing Slack integration via an API request. The following fields (retrieved via GET request) are not updated.
- sendAlertActions
- sendDescription
- sendRoutedTeams
Steps to Reproduce
- Create a Slack integration
- Use the Get integration API to fetch the Slack integration details
- Copy the response and update the values for the above field to either true or false
- Use the update integration API and then paste the updated response into the body and complete the request
- Use the Get Integration API again to see if the values have been updated
- The values are not updated
Expected Results
The documentation states that you should copy the response from the Get Integration API call and then pass the values you want to be updated using the Update Integration API.
Passing the fields retrieved from the GET request for the Slack integration via the Update integration API should update the passed fields.
Actual Results
The following fields are not updated:
- sendAlertActions
- sendDescription
- sendRoutedTeams
Workaround
The fields can be updated via UI by going into the integration.