Skip to content

Commit bb29424

Browse files
authored
Merge pull request #14 from glideapps/api-update-glide-pr-29126
OpenAPI spec update from glideapps/glide#29126
2 parents 5682327 + 06961b9 commit bb29424

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

api-reference/v2/resources/changelog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ title: Glide API Changelog
22
sidebarTitle: Changelog
33
---
44

5+
### August 23, 2024
6+
7+
- The `POST /tables` endpoint now returns HTTP status 201 on success instead of 200.
8+
- The `POST /tables/{tableID}/rows` endpoint now returns HTTP status 201 on success instead of 200.
9+
510
### August 2, 2024
611

712
- Add [delete stash](/api-reference/v2/stashing/delete-stash) endpoint documentation

openapi/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
"post": {
104104
"responses": {
105-
"200": {
105+
"201": {
106106
"description": "",
107107
"content": {
108108
"application/json": {
@@ -722,7 +722,7 @@
722722
"/tables/{tableID}/rows": {
723723
"post": {
724724
"responses": {
725-
"200": {
725+
"201": {
726726
"description": "",
727727
"content": {
728728
"application/json": {

0 commit comments

Comments
 (0)