
Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Remove redudant parameter types from RSDL metadata ...................................................................... restapi: Remove redudant parameter types from RSDL metadata The "resetemulatedmachine" operation explicitly documents the "Content-Type" and "Correlation-Id" headers, but these are already implicitly added to all operations. The net result is that they appear twice in the generated RSDL document, and this induces a duplicated parameter in the code generated for the SDKs. This patch removes the headers from the RSDL metadata file. Change-Id: I6c382b88300622213b20e72912614da65fdb7747 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 0 insertions(+), 4 deletions(-) Approvals: Eldan Shachar: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/39905 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6c382b88300622213b20e72912614da65fdb7747 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Eldan Shachar <eshachar@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: automation@ovirt.org