Skip to content

Commit

Permalink
feat(swagger): update swagger (#3196)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
  • Loading branch information
localai-bot and mudler authored Aug 7, 2024
1 parent 8814b31 commit 1d94aaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,9 @@ const docTemplate = `{
"parameters": {
"type": "object",
"additionalProperties": true
},
"strict": {
"type": "boolean"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@
"parameters": {
"type": "object",
"additionalProperties": true
},
"strict": {
"type": "boolean"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ definitions:
parameters:
additionalProperties: true
type: object
strict:
type: boolean
type: object
functions.Item:
properties:
Expand Down

0 comments on commit 1d94aaa

Please sign in to comment.