Ravi Nori has uploaded a new change for review. Change subject: restapi : --parent-tag-id option doesn't exists in 'update tag' options (#1006905) ......................................................................
restapi : --parent-tag-id option doesn't exists in 'update tag' options (#1006905) update tag does not display --parent-tag-id on pressing tab as one of the valid options Change-Id: I7c439521bb8432dd4d9f3ed52b1dd24a9bfc3712 Bug-Url: https://bugzilla.redhat.com/1006905 Signed-off-by: Ravi Nori <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/19952/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 1fc7cb7..3a87083 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 @@ -3028,7 +3028,7 @@ parameterType: Tag signatures: - mandatoryArguments: {} - optionalArguments: {tag.name: 'xs:string', tag.description: 'xs:string', tag.parent.tag.name: 'xs:string'} + optionalArguments: {tag.name: 'xs:string', tag.description: 'xs:string', tag.parent.tag.id|name: 'xs:string'} description: update the name, description or parent tag of the specified tag in the system urlparams: {} headers: -- To view, visit http://gerrit.ovirt.org/19952 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c439521bb8432dd4d9f3ed52b1dd24a9bfc3712 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
