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