You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This postman call will produce http status code 500, and message of "request Content-Type isn't multipart/form-data", with this error message, it shouldn't be status code 500, but status code 400.
🐞 Bug Report
Affected Services [REQUIRED]
core-metadata
Is this a regression?
no
Description and Minimal Reproduction [REQUIRED]
use compose-builder command
make run no-secty ds-virtual
to bring up EdgeX systemOn postman:
POST http://localhost:59881/api/v3/deviceprofile/uploadfile
empty JSON body
This postman call will produce http status code 500, and message of "request Content-Type isn't multipart/form-data", with this error message, it shouldn't be status code 500, but status code 400.
🔥 Exception or Error
{
"apiVersion": "v3",
"message": "request Content-Type isn't multipart/form-data",
"statusCode": 500
}
🌍 Your Environment
use compose-builder command
make run no-secty ds-virtual
to bring up EdgeX systemEdgeX Version [REQUIRED]:
3.1
Anything else relevant?
The text was updated successfully, but these errors were encountered: