Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 72e24d7

Browse files
authored
Merge pull request #2035 from openedx/endpoints_versions_update
fix reference to internal links
2 parents e60b779 + 62471a7 commit 72e24d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en_us/enterprise_api/source/api_reference/reference.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following endpoints are available in the Enterprise API.
1919
- **/enterprise-catalogs** - You can make GET calls to the
2020
``/enterprise/v1/enterprise-catalogs`` endpoint to get a list of all the course catalogs
2121
that are available to your organization.
22-
For details, see :ref:`_enterprise_catalogs Endpoint`.
22+
For details, see :ref:`enterprise_catalogs Endpoint`.
2323

2424
- **/enterprise-catalogs/{catalog_id}** - You can make GET calls to the
2525
``/enterprise/v2/enterprise-catalogs/{catalog_id}`` endpoint to get a list of all the
@@ -100,7 +100,7 @@ Example Request
100100
=====================
101101
Response Values
102102
=====================
103-
The ``GET /enterprise/v1/enterprise-catalogs`` request returns the values: ``count``, ``next``, ``previous``, ``results`` described here: :ref:`_Response_Values`.
103+
The ``GET /enterprise/v1/enterprise-catalogs`` request returns the values: ``count``, ``next``, ``previous``, ``results`` described here: :ref:`response_Values`.
104104
The ``results`` response value include these fields:
105105

106106
.. list-table::
@@ -170,7 +170,7 @@ value of 20 courses per page. For example:
170170
enterprise-catalogs/3f56a21c-76c8-47c0-add8-a99714d40d94?limit=250 \
171171
-H "Authorization: JWT {access token}"
172172

173-
.. _Response_Values:
173+
.. _response_Values:
174174

175175
=====================
176176
Response Values

0 commit comments

Comments
 (0)