Update Connection
PATCH/suts/:sut_id/connections/:connection_id
Update a SUT connection.
Only fields present in the request are changed; pass auth_header_value to rotate the
stored credential. When gdi_schema, task_type, sut_protocol, or model_params is
touched, the connection's builder is re-resolved and model_params is re-validated against
it, so a connection can never be left pointing at a builder its own params no longer satisfy.
Request
Responses
- 200
- 400
- 403
- 404
- 422
Successful Response
Bad Request
Forbidden
Not Found
Unprocessable Entity