Issue #9052
Updated by pulpbot about 3 years ago
**Ticket moved to GitHub**: "pulp/pulp_ansible/740":https://github.com/pulp/pulp_ansible/issues/740 ---- Since the API requires a distribution base_path to publish and download content, this provides a way to configure a default upload/download repo that clients can read. This also allows clients to look up if content type such as execution environments are supported on the service. Implement the new `v3/configuration` endpoint described [here](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/newswangerd/galaxy-api-v4/master/refactored_v3.yaml#/App%20Configuration/get-configuration). This API endpoint should return the `path` as the default upload and download distribution. For example: `pulp_ansible/galaxy/my-distribution/api/v3/` will return `my-dstribution` as the default distribution. Execution environments will always return as disabled.