cURL
curl --request POST \ --url https://api.example.com/v1/repositories/{repository_id}/analysis/{commit_hash}/cancel \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
コード解析をキャンセルする。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response