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