Skip to content

Commit

Permalink
Merge pull request #14 from glideapps/api-update-glide-pr-29126
Browse files Browse the repository at this point in the history
OpenAPI spec update from glideapps/glide#29126
  • Loading branch information
chkn authored Aug 26, 2024
2 parents 5682327 + 06961b9 commit bb29424
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions api-reference/v2/resources/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"post": {
"responses": {
"200": {
"201": {
"description": "",
"content": {
"application/json": {
Expand Down Expand Up @@ -722,7 +722,7 @@
"/tables/{tableID}/rows": {
"post": {
"responses": {
"200": {
"201": {
"description": "",
"content": {
"application/json": {
Expand Down

0 comments on commit bb29424

Please sign in to comment.