cURL
curl --request PUT \ --url http://localhost:8080/api/workspaces/{id}/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "auto_fix_merge_conflicts": true, "auto_fix_ci_failures": true } '
{ "auto_fix_merge_conflicts": true, "auto_fix_ci_failures": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response