Problem:
I’m trying to create a container repository via the API with Postman application. I am authenticated and am sending a Query Parameter, “name” with value, “foo” via a POST.
The Pulp server is barking back at me with “name: This field is required.”
I’ve supplied name via a postman parameter. Here’s the example output:
What am I doing wrong?