From 797696ba62033825c7549f7c4ef0d90364348ec1 Mon Sep 17 00:00:00 2001 From: zamanafzal Date: Mon, 15 Jan 2024 20:18:36 +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 203b4716..655410d2 100644 --- a/api-compact.yaml +++ b/api-compact.yaml @@ -216,7 +216,7 @@ endpoints: parameters: - *auth_header - *uuid - - name: "Requestbody" + - name: "Requestpayload" in: "body" description: "User emails OR search filters for emails and status" required: true diff --git a/api.yaml b/api.yaml index 3051e38d..6c3533c9 100644 --- a/api.yaml +++ b/api.yaml @@ -230,7 +230,7 @@ endpoints: in: path required: true type: string - - name: Requestbody + - name: Requestpayload in: body description: User emails OR search filters for emails and status required: true