connectors
Update a connector
Spaces method and path for this operation:
<div><span class="operation-verb put">put</span> <span class="operation-path">/s/{space_id}/api/actions/connector/{id}</span></div>Refer to Spaces for more information.
put/api/actions/connector/{id}
Path parameters
idstring required
An identifier for the connector.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Request body
Example request
{
"config": {
"apiUrl": "https://events.pagerduty.com/v2/enqueue"
}
}Response
Indicates a successful call.