kubernetes
Update a ConfigMap
Update a ConfigMap in the given namespace. A nil field leaves the live value untouched, so an empty map clears it, and binary data is preserved. The response carries the updated ConfigMap's metadata only. Access policy: Authenticated user.
put/kubernetes/{id}/namespaces/{namespace}/configmaps/{configmap}
Path parameters
idinteger required
Environment identifier
namespacestring required
The namespace name where the configmap is located
configmapstring required
The configmap name to update
Request body
Response
Success