Skip to content

Commit

Permalink
Update client api schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Mar 7, 2024
1 parent 67e9d5f commit fb9aee0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11005,10 +11005,9 @@ export interface components {
};
/**
* Latest workflow UUID
* Format: uuid4
* @description TODO
*/
latest_workflow_uuid: string;
latest_workflow_uuid?: string | null;
/**
* License
* @description SPDX Identifier of the license associated with this workflow.
Expand Down

0 comments on commit fb9aee0

Please sign in to comment.