Skip to content

Commit

Permalink
Merge pull request #130 from mkusaka/update-20231219T000253
Browse files Browse the repository at this point in the history
update 20231219T000253
  • Loading branch information
mkusaka authored Dec 19, 2023
2 parents bd32f60 + 2dca437 commit 232368c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/services/InsightsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export class InsightsService {
/**
* The date and time when workflow was created.
*/
"workflow-created-at": any;
"workflow-created-at": string;
/**
* The ID of the workflow associated with the provided test counts
*/
Expand Down
3 changes: 2 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2049,7 +2049,8 @@
"type": "integer"
},
"workflow-created-at": {
"description": "The date and time when workflow was created."
"description": "The date and time when workflow was created.",
"type": "string"
},
"workflow-id": {
"description": "The ID of the workflow associated with the provided test counts"
Expand Down

0 comments on commit 232368c

Please sign in to comment.