-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploads #189
Uploads #189
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@brunobuddy I don't understand how to post an image using the rest API. Maybe you forgot something on the doc no ? I mean, you are showing a post without any image. So this example can't work. If I want to post an image to the cat 48. I write that POST request: |
To post a multipart form-data request with an image using Postman, follow these steps: Open Postman: Make sure you have Postman installed and running. Create a new request: Click on the + button to open a new tab. Go to the "Body" tab: Select the Body tab below the URL bar. In the first row under the Key column, enter the name of the field for the image file. For example, you can use "file", "image", or whatever your API expects. If your form-data includes additional fields (e.g., text fields), add more rows in the Key and Value columns and specify the type of each field (Text or File) as required. Click on the Send button to post the request to the server. |
@brunobuddy J'approuve la PR mais j'ai ajouté une issue |
Description
This PR adds file and image upload to Manifest
How can it be tested?
/packages/core/manifest/manifest/backend.yml
Impacted packages
Check the packages that require a new publication or release:
Check list before submitting