restAPI file upload #1291
Unanswered
LWJ-SARA
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I was testing with postman, I wanted to upload a csv file with a post request to add the IP address, but when I sent the request, it always returned {

"address": [
"This field is required."
]
}
In fact, I already have this field in my file, and I try to upload a txt file that contains json data, and the same problem occurs.
Beta Was this translation helpful? Give feedback.
All reactions