From c4838d9868551eec5671920e9a74104bec9ffecd Mon Sep 17 00:00:00 2001 From: zamanafzal Date: Thu, 11 Jan 2024 15:29:51 +0500 Subject: [PATCH] fix: Fixed bulk_revoke parameter name --- api-compact.yaml | 2 +- api.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-compact.yaml b/api-compact.yaml index ba6c70c2..9990419d 100644 --- a/api-compact.yaml +++ b/api-compact.yaml @@ -212,7 +212,7 @@ endpoints: parameters: - *auth_header - *uuid - - name: "input" + - name: "Requestbody" in: "body" description: "User emails OR search filters for emails and status" required: true diff --git a/api.yaml b/api.yaml index f75a1c66..269308f1 100644 --- a/api.yaml +++ b/api.yaml @@ -222,7 +222,7 @@ endpoints: in: path required: true type: string - - name: input + - name: Requestbody in: body description: User emails OR search filters for emails and status required: true