Unable to upload BOM via REST Api #1554
Unanswered
kartik-579
asked this question in
Q&A
Replies: 1 comment
-
Your request URL is missing the /api/ part, the URL should be http://localhost:8080/api/v1/bom. You're getting a 200 response because any URL without /api will redirect you to the documentation page. Are you sure your API is listening on port 8080? The default docker-compose deployment has the front-end on 8080 and the API server on 8081 |
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 trying to upload BOM via REST API (using Postman) but not able to view the uploaded file on dashboard. Weird thing is I am getting 200 as the response status code. I am using swagger spec as a reference and went through the same for checking any anomalies in my request but unable to find any.
My request in cURL looks like this -
Beta Was this translation helpful? Give feedback.
All reactions