A list of legacy namespaces.

The community UI has a view to list all legacy authors. Each author is clickable and brings the browser to a page with a list of roles created by the author.

Rather than make a hacky unmaintable viewset that aggregates usernames from the roles, this viewset goes directly to the legacy namespace/user table.

We do not want to create this view from v3 namespaces because many/most legacy namespaces do not conform to the v3 namespace character requirements.

TODO: allow edits of the avatar url TODO: allow mapping to a real namespace

GET /api/v1/namespaces/2889/
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2889,
    "url": "",
    "summary_fields": {
        "owners": [],
        "provider_namespaces": [
            {
                "id": 15838,
                "name": "huegelc",
                "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/15838/"
            }
        ]
    },
    "created": "2023-05-08T20:54:31.429194Z",
    "modified": "2023-09-25T14:39:45.777133Z",
    "name": "huegelc",
    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a03-1891-72d3-896f-1475d92c8f6f/avatar/",
    "related": {
        "provider_namespaces": null,
        "content": null,
        "owners": "/api/v1/namespaces/2889/owners/"
    }
}