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 e4b1876 commit 93a2f39
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 163 deletions.
6 changes: 3 additions & 3 deletions pkg/api/api.swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,6 @@ 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 All @@ -936,6 +933,9 @@ func SwaggerJsonTemplate() string {
" \"queue\": {\n" +
" \"type\": \"string\"\n" +
" },\n" +
" \"reason\": {\n" +
" \"type\": \"string\"\n" +
" },\n" +
" \"requestor\": {\n" +
" \"type\": \"string\"\n" +
" }\n" +
Expand Down
6 changes: 3 additions & 3 deletions pkg/api/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,9 +909,6 @@
"apiJobCancellingEvent": {
"type": "object",
"properties": {
"cause": {
"type": "string"
},
"created": {
"type": "string",
"format": "date-time"
Expand All @@ -925,6 +922,9 @@
"queue": {
"type": "string"
},
"reason": {
"type": "string"
},
"requestor": {
"type": "string"
}
Expand Down
Loading

0 comments on commit 93a2f39

Please sign in to comment.