Replies: 2 comments
-
there is a bug with the put and image, you need to use post |
Beta Was this translation helpful? Give feedback.
0 replies
-
This PR aims to fix it #397 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am a newbee in backend developing and I am trying to implement functions to retrieve and update the images. I am using Swift UI as the frontend. I am not sure how to do that because basically all tutorials online uses post method to create a file. I try to handle the image like normal files and parameters but it does not work at least in the OpenAPI document. How to write these functions correctly?
Here are the api functions.
Here are the schemas and models:
Testing on the OpenAPI and it said "Error: Unprocessable Entity" with code 422 and the following JSON
Beta Was this translation helpful? Give feedback.
All reactions