Fix broken links

This commit is contained in:
Tyler Mairose
2024-07-04 16:29:15 -04:00
parent 7d0721ed0f
commit 688c4f93a1
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ You can use this example as a guide for how to access all the V3 and Beta APIs (
With the same SDK function, you can use query parameters to limit the results of your transforms list to only the results you want.
Refer to the [List Transforms endpoint specification](/idn/api/v3/list-transforms) to view all its query parameters.
Refer to the [List Transforms endpoint specification](/docs/api/v3/list-transforms) to view all its query parameters.
Here is an example that uses query parameters to limit the list to no more than 10 transforms that all start with the name "Test":

View File

@@ -44,4 +44,4 @@ The `result_limit` specifies the total number of results you can return, 1000. T
You can also provide an `offset` value to specify which record number to start the request on. For example, you can add `offset=11` to start getting accounts from the 12th record, 11, instead of the first, 0.
To find out whether an endpoint supports pagination, refer to its documentation. Any API supporting pagination lists the optional query parameters detailed in [Paginating Results](/idn/api/standard-collection-parameters/#paginating-results).
To find out whether an endpoint supports pagination, refer to its documentation. Any API supporting pagination lists the optional query parameters detailed in [Paginating Results](/docs/api/standard-collection-parameters/#paginating-results).