From 1b786ae5539121f99ffbb24343f33fe148355e3a Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 29 Jun 2023 11:08:31 -0400 Subject: [PATCH] Update OpenAPI spec to fix a bug with integration create. (#979) --- openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index 0c5eb377a..61fae9559 100644 --- a/openapi.json +++ b/openapi.json @@ -9080,7 +9080,7 @@ "required": true }, "responses": { - "200": { + "201": { "content": { "application/json": { "schema": {