Skip to content

Commit

Permalink
deploy: 1aaa3b7
Browse files Browse the repository at this point in the history
  • Loading branch information
dyfero committed Dec 12, 2024
1 parent 9a18217 commit 336d750
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,13 +554,21 @@
"type": "string",
"example": "2024-10-04 12:02:12"
},
"file": {
"type": "string",
"format": "binary"
},
"executed_at": {
"type": "string",
"example": "2024-10-04 12:02:12"
"files": {
"type": "array",
"items": {
"properties": {
"file": {
"type": "string",
"format": "binary"
},
"timestamp": {
"type": "string",
"example": "2024-10-04 12:02:12"
}
},
"type": "object"
}
}
},
"type": "object"
Expand Down

0 comments on commit 336d750

Please sign in to comment.