Ravi Nori has uploaded a new change for review. Change subject: restapi : --parent-tag-id|name options doesn't exists in 'add tag' options ......................................................................
restapi : --parent-tag-id|name options doesn't exists in 'add tag' options >From cli --parent-tag-id and --parent-tag-name options doesn't exists in 'add tag' options, they are working (should be added to autocompletion) Change-Id: I9e82ee769ba97f6e2765edb6990c4bdd6b88e29a Bug-Url: https://bugzilla.redhat.com/961371 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/16/14716/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 422423e..5cd4cd1 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 @@ -2308,7 +2308,7 @@ parameterType: Tag signatures: - mandatoryArguments: {tag.name: 'xs:string'} - optionalArguments: {tag.description: 'xs:string', tag.parent.tag.name: 'xs:string'} + optionalArguments: {tag.description: 'xs:string', tag.parent.tag.id|name: 'xs:string'} urlparams: {} headers: Content-Type: {value: application/xml|json, required: true} -- To view, visit http://gerrit.ovirt.org/14716 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9e82ee769ba97f6e2765edb6990c4bdd6b88e29a 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
