Skip to content

Commit

Permalink
Fix proto
Browse files Browse the repository at this point in the history
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
  • Loading branch information
JamesMurkin committed Aug 23, 2024
1 parent 7365369 commit e4b1876
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 145 deletions.
3 changes: 3 additions & 0 deletions pkg/api/api.swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,9 @@ func SwaggerJsonTemplate() string {
" \"apiJobCancellingEvent\": {\n" +
" \"type\": \"object\",\n" +
" \"properties\": {\n" +
" \"cause\": {\n" +
" \"type\": \"string\"\n" +
" },\n" +
" \"created\": {\n" +
" \"type\": \"string\",\n" +
" \"format\": \"date-time\"\n" +
Expand Down
3 changes: 3 additions & 0 deletions pkg/api/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,9 @@
"apiJobCancellingEvent": {
"type": "object",
"properties": {
"cause": {
"type": "string"
},
"created": {
"type": "string",
"format": "date-time"
Expand Down
Loading

0 comments on commit e4b1876

Please sign in to comment.