Moti Asayag has uploaded a new change for review. Change subject: restapi: Fix incorrect api description ......................................................................
restapi: Fix incorrect api description The permissions delete api of vnic profile is fixed to describe the action correctly. Change-Id: I87c11586ff2b89c034884a0559703d31922ac122 Bug-Url: https://bugzilla.redhat.com/1022433 Signed-off-by: Moti Asayag <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/20775/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 9162cd2..c40e5f1 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 @@ -2881,8 +2881,8 @@ signatures: [] urlparams: {} headers: {} -- name: /api/vnicprofiles/{vnicprofiles:id}/permissions/{permission:id}|rel=delete - description: get details of the specified permission on the virtual network interface card profile in the system +- name: /api/vnicprofiles/{vnicprofile:id}/permissions/{permission:id}|rel=delete + description: delete the specified permission for the virtual network interface card profile request: body: parameterType: null -- To view, visit http://gerrit.ovirt.org/20775 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I87c11586ff2b89c034884a0559703d31922ac122 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
