From 1758af53c0f5feead5ab6c7fc7d96b97155b09aa Mon Sep 17 00:00:00 2001 From: shreyav Date: Tue, 16 Dec 2025 14:54:36 -0800 Subject: [PATCH] Fix invite api typo --- mintlify/openapi.yaml | 2 +- openapi.yaml | 2 +- openapi/paths/invitations/invitations.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 4577c486..49ff8b84 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -1812,7 +1812,7 @@ paths: example: $inviter@uma.domain firstName: type: string - description: First name of the invitee to show as part of the invite + description: First name of the inviter to show as part of the invite example: Alice amountToSend: description: | diff --git a/openapi.yaml b/openapi.yaml index 4577c486..49ff8b84 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1812,7 +1812,7 @@ paths: example: $inviter@uma.domain firstName: type: string - description: First name of the invitee to show as part of the invite + description: First name of the inviter to show as part of the invite example: Alice amountToSend: description: | diff --git a/openapi/paths/invitations/invitations.yaml b/openapi/paths/invitations/invitations.yaml index 635c6d0e..7351169f 100644 --- a/openapi/paths/invitations/invitations.yaml +++ b/openapi/paths/invitations/invitations.yaml @@ -22,7 +22,7 @@ post: example: $inviter@uma.domain firstName: type: string - description: First name of the invitee to show as part of the invite + description: First name of the inviter to show as part of the invite example: Alice amountToSend: description: >