From 53fe5df191589e72d812a97cf42fdbb8505c31bf Mon Sep 17 00:00:00 2001 From: Chris Reed <77644584+chrisreedio@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:45:23 -0600 Subject: [PATCH] Fixed Tag Typo on ModifyAssistant The tag of modifyAssistant was missing it's `s`. --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index d35693f3..cac80551 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2906,7 +2906,7 @@ paths: post: operationId: modifyAssistant tags: - - Assistant + - Assistants summary: Modifies an assistant. parameters: - in: path