Skip to content

Commit 656d2a8

Browse files
authored
Merge pull request #47 from glideapps/api-update-glide-pr-34148
OpenAPI spec update from glideapps/glide#34148
2 parents f42c6c6 + c487cd8 commit 656d2a8

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

api-reference/v2/resources/changelog.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Glide API Changelog
33
sidebarTitle: Changelog
44
---
55

6+
### May 19, 2025
7+
8+
- When creating a table with the `POST /tables` endpoint, you can now specify one or more apps to link the new table to.
9+
610
### April 1, 2025
711

812
- Clarified that the version supplied in the `If-Match` header is compared against the row version, not the table version, in the Update Row endpoint.

openapi/swagger.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@
159159
"zcJWnyI8Tbam21V34K8MNA",
160160
"93a19-cf7c-44437-b8c1-e9acbbb"
161161
]
162+
},
163+
"linkedAppIDs": {
164+
"type": "array",
165+
"items": {
166+
"type": "string"
167+
},
168+
"description": "An array of appIDs which were successfully linked."
162169
}
163170
},
164171
"required": [
@@ -293,6 +300,18 @@
293300
},
294301
"required": false
295302
},
303+
{
304+
"name": "appsToLink",
305+
"in": "query",
306+
"schema": {
307+
"type": "array",
308+
"items": {
309+
"type": "string"
310+
},
311+
"description": "An array of app IDs to link the new table to."
312+
},
313+
"required": false
314+
},
296315
{
297316
"name": "onSchemaError",
298317
"in": "query",
@@ -502,6 +521,13 @@
502521
"description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used."
503522
}
504523
]
524+
},
525+
"appsToLink": {
526+
"type": "array",
527+
"items": {
528+
"type": "string"
529+
},
530+
"description": "An array of app IDs to link the new table to."
505531
}
506532
},
507533
"required": [

0 commit comments

Comments
 (0)