Skip to content

Commit

Permalink
run make update-client-api-schema, request in pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
jozh2008 committed Dec 11, 2023
1 parent 95b3e90 commit cf0c0af
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18173,25 +18173,13 @@ export interface operations {
* Lists all available data tables
* @description Get the list of all available data tables.
*/
parameters?: {
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
header?: {
"run-as"?: string;
};
};
responses: {
/** @description A list with details on individual data tables. */
200: {
content: {
"application/json": components["schemas"]["ToolDataEntryList"];
};
};
/** @description Validation Error */
422: {
content: {
"application/json": components["schemas"]["HTTPValidationError"];
};
};
};
};
create_api_tool_data_post: {
Expand Down

0 comments on commit cf0c0af

Please sign in to comment.