From ea8ae132ee386b2fd83eeab95dc0306dc509d082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Tue, 2 Apr 2024 22:34:57 -0700 Subject: [PATCH] Fix success component to match behavior --- docs/api.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/api.yaml b/docs/api.yaml index f608128d2..62f709d71 100644 --- a/docs/api.yaml +++ b/docs/api.yaml @@ -14389,10 +14389,12 @@ components: description: The details of the actor given by `actorId`. Success: type: object + required: + - success properties: - message: - type: string - example: Success + success: + type: boolean + example: true Error400: type: object required: