From 2efa6f85bb472bbded5229deb0343d36c99eb984 Mon Sep 17 00:00:00 2001 From: bmbanwi <134103307+bmbanwi@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:04:20 -0400 Subject: [PATCH] changed ID parameters to 'tguid' for head,patch and delete --- docs/openapi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/openapi.yml b/docs/openapi.yml index 3bc19633d..730f78242 100644 --- a/docs/openapi.yml +++ b/docs/openapi.yml @@ -296,7 +296,7 @@ paths: status. operationId: FilesDelete parameters: - - name: id + - name: tguid in: path required: true schema: @@ -329,7 +329,7 @@ paths: security: - bearerAuth: [] parameters: - - name: id + - name: tguid in: path required: true schema: @@ -400,7 +400,7 @@ paths: security: - bearerAuth: [] parameters: - - name: id + - name: tguid in: path required: true schema: