Description: Updates the integration configuration
Security: Requires an admin user
Usage: PUT /xray/api/v1/integration/{name}
Consumes: application/json
{
"vendor": "",
"api_key": "",
"enabled": <true|false>,
"context": "",
"url": "",
"description": "",
"test_url": ""
}Response Codes:
200: Integration data successfully Updated
500: Failed to register integration data