From 2c29c72fe9b51c6318600278340cadf4e924a2aa Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Mon, 3 Feb 2025 15:59:21 -0500 Subject: [PATCH] DOCSP-46712 ListIndexesOptions 404 --- source/fundamentals/indexes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/indexes.txt b/source/fundamentals/indexes.txt index fedc9002b..6dd6c01f8 100644 --- a/source/fundamentals/indexes.txt +++ b/source/fundamentals/indexes.txt @@ -71,7 +71,7 @@ List Indexes You can use the ``listIndexes()`` method to list all the indexes for a collection. The `listIndexes() <{+api+}/classes/Collection.html#listIndexes>`__ method takes an optional `ListIndexesOptions -<{+api+}/interfaces/ListIndexesOptions.html>`__ parameter. The ``listIndexes()`` method returns an +<{+api+}/types/ListIndexesOptions.html>`__ parameter. The ``listIndexes()`` method returns an object of type `ListIndexesCursor <{+api+}/classes/ListIndexesCursor.html>`__.