Skip to content

Commit

Permalink
running openapi schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Aug 28, 2023
1 parent 7bdae4d commit 2dc9f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10621,7 +10621,7 @@ export interface operations {
header?: {
"run-as"?: string;
};
/** @description History ID or any string. */
/** @description The ID of the History. */
/** @description The ID of the item (`HDA`/`HDCA`) contained in the history. */
path: {
history_id: string;
Expand Down Expand Up @@ -10979,7 +10979,7 @@ export interface operations {
header?: {
"run-as"?: string;
};
/** @description The ID of the History. */
/** @description History ID or any string. */
/** @description The ID of the item (`HDA`/`HDCA`) contained in the history. */
/**
* @description The type of the target history element.
Expand Down

0 comments on commit 2dc9f01

Please sign in to comment.