0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

fix(core): update openapi.json for post user asset api (#7019)

This commit is contained in:
Charles Zhao 2025-02-10 18:58:25 +08:00 committed by GitHub
parent cb261024b6
commit 14d1703b71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,19 @@
"post": {
"summary": "Upload asset",
"description": "Upload a user asset.",
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"properties": {
"file": {
"description": "The file asset to upload."
}
}
}
}
}
},
"responses": {
"200": {
"description": "An object containing the uploaded asset metadata."