kubernetes
Update a Secret
Update a Secret in the given namespace. A nil field leaves the live value untouched, so an empty map clears it, and the secret type cannot be changed. The response carries the updated Secret's metadata only. Access policy: Authenticated user.
put/kubernetes/{id}/namespaces/{namespace}/secrets/{secret}
Path parameters
idinteger required
Environment identifier
namespacestring required
The namespace name where the secret is located
secretstring required
The secret name to update
Request body
Response
Success