From 04091f23742e90b693d354190ca40cf5a4dda293 Mon Sep 17 00:00:00 2001 From: Dachary Carey Date: Mon, 4 Dec 2023 15:49:41 -0500 Subject: [PATCH] Change 200 response code to the correct 201 --- source/openapi-admin-v3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/openapi-admin-v3.yaml b/source/openapi-admin-v3.yaml index 3032ee7d7..9b6a71d18 100644 --- a/source/openapi-admin-v3.yaml +++ b/source/openapi-admin-v3.yaml @@ -3487,7 +3487,7 @@ paths: summary: Create a Deployment Draft description: Create a new application deployment draft, if none exists. responses: - "200": + "201": description: Successfully created draft. content: application/json: