put https://www.bridgecrew.cloud/api/v1/integration/token/
Update the integration token for a given integration id.
Parameters:
Name | Required | Type | In | Description |
---|---|---|---|---|
id | id is required | string | path | ID of the integration to update |
token | yes | string | body | Value of the new token |
Example:
{ "token": "12312323123.123123.123123" }
Response:
{ "data": "token updated successfully" }