Skip to content

Commit

Permalink
apply openapi changes
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
  • Loading branch information
grnd-alt committed Mar 18, 2024
1 parent 9c9cdca commit 03ca544
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5353,6 +5353,14 @@
"nullable": true
}
},
{
"name": "description",
"in": "query",
"description": "the tables description",
"schema": {
"type": "string"
}
},
{
"name": "archived",
"in": "query",
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2115,6 +2115,8 @@ export type operations = {
title?: string | null;
/** @description New table emoji */
emoji?: string | null;
/** @description the tables description */
description?: string;
/** @description whether the table is archived */
archived?: 0 | 1;
};
Expand Down

0 comments on commit 03ca544

Please sign in to comment.