# Update the connector error field **PUT /_connector/{connector_id}/_error** Set the error field for the connector. If the error provided in the request body is non-null, the connector’s status is updated to error. Otherwise, if the error is reset to null, the connector status is updated to connected. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **connector_id** (string) The unique identifier of the connector to be updated ### Body: application/json (object) - **error** (string | null) ## Responses ### 200 #### Body: application/json (object) - **result** (string) [Powered by Bump.sh](https://bump.sh)