File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
api-reference/v2/resources Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ title: Glide API Changelog
22sidebarTitle: 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
Original file line number Diff line number Diff line change 102102 },
103103 "post" : {
104104 "responses" : {
105- "200 " : {
105+ "201 " : {
106106 "description" : " " ,
107107 "content" : {
108108 "application/json" : {
722722 "/tables/{tableID}/rows" : {
723723 "post" : {
724724 "responses" : {
725- "200 " : {
725+ "201 " : {
726726 "description" : " " ,
727727 "content" : {
728728 "application/json" : {
You can’t perform that action at this time.
0 commit comments