Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update swagger
  • Loading branch information
dargilco committed Dec 23, 2024
commit 4f4f31f74fec671e592a123fc19433e04aa9ced3
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@
"properties": {
"image": {
"type": "string",
"description": "The input image, in PNG format."
"description": "The input image encoded in base64 string as a data URL. Example: `data:image/{format};base64,{data}`."
},
"text": {
"type": "string",
Expand Down
Loading