# Change the Registry Secret Remove the current secret for the logged-in user and replace it with a new value. If the "new-password" field is empty, a random secret will be generated for the logged-in user. Endpoint: PUT /api/v1/secret Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Request fields (application/json): - `existing-password` (string) Existing password (Base64 encoded) - `new-password` (string) New password (Base64 encoded). Pass an empty value to generate a random secret. - `user-email` (string) User email ## Response 400 fields