← Back to team overview

dhis2-users team mailing list archive

several links in api/resources pointing to the same ("dimensions") url

 

Hi.
I noticed that in in version 2.15 (and also in version 2.13), some of the
resources in the api/resources page point to the same url  (api/dimensions)
These include:

<resource name="Categories" href="https://apps.dhis2.org/demo/api/dimensions";>
<resource name="CategoryOptionGroupSets"
href="https://apps.dhis2.org/demo/api/dimensions";>
<resource name="DataElementGroupSets"
href="https://apps.dhis2.org/demo/api/dimensions";>
<resource name="DataElements" href="https://apps.dhis2.org/demo/api/dimensions";>
<resource name="Dimensions" href="https://apps.dhis2.org/demo/api/dimensions";>
<resource name="OrganisationUnitGroupSets"
href="https://apps.dhis2.org/demo/api/dimensions";>
<resource name="TrackedEntityAttributes"
href="https://apps.dhis2.org/demo/api/dimensions";>

Is this intentional or should each of the resources point to a url with the
resource name (only camelCased)

Follow ups