v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Update Code Scanning Access Token

Update the access token used for code scanning.

post/access-tokens/code-scanning

Request body

access_tokenstring required

The access token used for code scanning

Example request

{
  "access_token": "accesstoken123"
}

Response

The code scanning access token has been updated

successboolean

Whether the code scanning access token has been updated

Example response

{
  "success": 1
}