Edit Access Token
PUT
/container_registry/token/{token_name}/Path parameters
token_namePathstringrequiredToken Name
Query parameters
project_nameQueryintegerrequiredContainer Registry name
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredLocation (Delhi and Chennai)
Request body
application/json
Duration in days or a special value like -1 for non-expiry.
example
2example
This token will expire in 2 days.Whether the token should be disabled or not.
example
falseResponses
200Token updated successfully.
example
200example
Success