GET /tables/{tableID}/rows/{rowID}
endpoint to retrieve a specific row by ID.POST /tables
endpoint, you can now specify one or more apps to link the new table to.If-Match
header is compared against the row version, not the table version, in the Update Row endpoint.If-Match
header.PUT /tables
endpoint to overwrite a table will clear user-specific columns.HEAD /tables/{tableID}/rows
endpoint to retrieve the current version of table data via ETag
header.If-Match
header to the Overwrite Table and Update Row endpoints.GET /tables/{tableID}/rows
endpoint to retrieve rows from a specified table with pagination.$stashID
is now a reserved column ID.imageURI
, audioURI
, markdown
, phoneNumber
, emailAddress
, emoji
, date
, time
, and duration
, in addition to the existing types and arrays of those values.schema
field is now optional for the Create Table and Overwrite Table endpoints./stashes/{stashID}/{serial}
to set the content of a chunk in a stash.stashID
and serial
.POST /tables
endpoint now returns HTTP status 201 on success instead of 200.POST /tables/{tableID}/rows
endpoint now returns HTTP status 201 on success instead of 200.rows
wrapper element from stashing docstype
to error responsesapi.glideapps.com
domain and removal of /api
in request pathsrows
wrapper element from the request body for the /tables/{tableId}
endpoint