Hi everyone,

I was wondering if it is possible to adapt a different path registration scheme for API registrations instead of the default /{organisation}/{aip-name}/{version} . I am also wondering if it would be possible to further group APIs under organisations, like below:

/organisation
    /group-A
        /aip-one/v1
        /aip-two/v1
    /group-B
       /aip-x/v1

Has anyone ever had requirements along these lines?

Thanks,
Niels