Error Responses
All error responses will follow the following format with a top-levelerror
object and a 4XX
status code.
Invalid Auth Token
Using an auth token that does not exist or is incorrect will result in a404
response status.
Invalid Stash ID or Serial
Using a stash ID or serial that does not meet the requirements will result in a400
response status.
Invalid Row Data
When adding or updating rows in a table, if the row data does not match the table schema, the API will return a422
response status.
Unkown Column
Invalid Value for Column
Row Not Found
When attempting to update a row that does not exist, the API will return a404
response status.