Issue #9220
closedcontent_ansible_collection_versions_create endpoint requires a lot of fields from inside uploaded artifact
Description
The https://docs.pulpproject.org/pulp_ansible/restapi.html#operation/upload_collection endpoint allows you to upload a Collection tarball. This operation results in an artifact which can then be used to create a new collection content.
However, the endpoint to do so https://docs.pulpproject.org/pulp_ansible/restapi.html#operation/content_ansible_collection_versions_create seems to have a lot of required fields which are presumably avaialble on the uploaded tarball itself. Is there a way to modify the flow so that associating an artifact from an uploaded collection tarball doesn't need to have all the other information passed.
I am assuming the flow would be to upload tarball, create a collection content using the artifact, add content created to a collection repository.
Ensure galaxy-importer is used when uploading collections
closes #9220