Yevgeny Zaspitsky has uploaded a new change for review. Change subject: restapi: Fix request body type definition for delete schedulingpolicyunits ......................................................................
restapi: Fix request body type definition for delete schedulingpolicyunits delete schedulingpolicyunits command have no body, so its type should be defined as 'null' Change-Id: I1b27651773c8a4d3d6bfd0bb9af9f7cd5d26154e Bug-Url: https://bugzilla.redhat.com/1113484 Signed-off-by: Yevgeny Zaspitsky <yzasp...@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 2 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/42/29242/1 diff --git a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml index 39e4eec..f35df97 100644 --- a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml +++ b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml @@ -5255,11 +5255,8 @@ description: delete the specified disabled and external scheduling policy unit in the system request: body: - required: false - parameterType: Action - signatures: - - mandatoryArguments: {} - description: delete the specified scheduling policy unit in the system + parameterType: null + signatures: [] urlparams: async: {context: matrix, type: 'xs:boolean', value: true|false, required: false} headers: -- To view, visit http://gerrit.ovirt.org/29242 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1b27651773c8a4d3d6bfd0bb9af9f7cd5d26154e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yevgeny Zaspitsky <yzasp...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches