We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ac853 commit ee79716Copy full SHA for ee79716
cmd/metal-api/internal/service/machine-service.go
@@ -172,6 +172,7 @@ func (r *machineResource) webService() *restful.WebService {
172
Doc("get consolepassword for machine by id").
173
Reads(v1.MachineConsolePasswordRequest{}).
174
Metadata(restfulspec.KeyOpenAPITags, tags).
175
+ Metadata(auditing.Include, true).
176
Writes(v1.MachineConsolePasswordResponse{}).
177
Returns(http.StatusOK, "OK", v1.MachineConsolePasswordResponse{}).
178
DefaultReturns("Error", httperrors.HTTPErrorResponse{}))
0 commit comments