From 693ccb5bde96e50222f80b20ba03a8341d29a8f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:48:01 +0000 Subject: [PATCH 1/2] Update from https://github.com/glideapps/glide/commit/0e3cca01a3b125eea8a5efcb5430e8e00899d649 --- openapi/swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/swagger.json b/openapi/swagger.json index 32a81d3..43ea6aa 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -102,7 +102,7 @@ }, "post": { "responses": { - "200": { + "201": { "description": "", "content": { "application/json": { @@ -722,7 +722,7 @@ "/tables/{tableID}/rows": { "post": { "responses": { - "200": { + "201": { "description": "", "content": { "application/json": { From 06961b952f85615d1c74ee7b91e6b952817cff13 Mon Sep 17 00:00:00 2001 From: Alex Corrado Date: Fri, 23 Aug 2024 17:13:52 +0100 Subject: [PATCH 2/2] Update changelog.mdx --- api-reference/v2/resources/changelog.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api-reference/v2/resources/changelog.mdx b/api-reference/v2/resources/changelog.mdx index 25cee8c..eedbba9 100644 --- a/api-reference/v2/resources/changelog.mdx +++ b/api-reference/v2/resources/changelog.mdx @@ -2,6 +2,11 @@ title: Glide API Changelog sidebarTitle: Changelog --- +### August 23, 2024 + +- The `POST /tables` endpoint now returns HTTP status 201 on success instead of 200. +- The `POST /tables/{tableID}/rows` endpoint now returns HTTP status 201 on success instead of 200. + ### August 2, 2024 - Add [delete stash](/api-reference/v2/stashing/delete-stash) endpoint documentation