restAPI file upload
#17272
Replies: 1 comment 3 replies
-
You haven't included any information which could be used to help you or to reproduce your problem: in particular you haven't said the URL path that you tried to upload to, or the body of your upload, or even the version of Netbox you're running. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
I think I need a detailed guide. Thank you so much~
Beta Was this translation helpful? Give feedback.
All reactions