From c658ee2e20e4c3ea51dd93303e44ebc941bc7c73 Mon Sep 17 00:00:00 2001 From: barnjamin Date: Wed, 30 Oct 2024 15:34:21 +0000 Subject: [PATCH] [create-pull-request] automated change --- .indexer.version | 2 +- docs/clis/indexer/daemon.md | 4 +++- docs/rest-apis/indexer.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.indexer.version b/.indexer.version index 1545d966..40c341bd 100644 --- a/.indexer.version +++ b/.indexer.version @@ -1 +1 @@ -3.5.0 +3.6.0 diff --git a/docs/clis/indexer/daemon.md b/docs/clis/indexer/daemon.md index 4fb05e1b..ff150598 100644 --- a/docs/clis/indexer/daemon.md +++ b/docs/clis/indexer/daemon.md @@ -50,12 +50,14 @@ indexer daemon [flags] --default-transactions-limit uint32 set the default Limit parameter for querying transactions, if none is provided (default 1000) - --dev-mode allow performance intensive operations like searching for accounts at a particular round + --dev-mode has no effect currently, reserved for future performance intensive operations -n, --dummydb use dummy indexer db --enable-all-parameters override default configuration and enable all parameters. Can't be used with --api-config-file + --enable-private-network-access-header respond to Private Network Access preflight requests + -h, --help help for daemon -f, --logfile string file to write logs to, if unset logs are written to standard out diff --git a/docs/rest-apis/indexer.md b/docs/rest-apis/indexer.md index 471a8daf..3eb9e532 100644 --- a/docs/rest-apis/indexer.md +++ b/docs/rest-apis/indexer.md @@ -50,7 +50,7 @@ Search for accounts. |**Query**|**include-all**
*optional*|Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.|boolean| |**Query**|**limit**
*optional*|Maximum number of results to return. There could be additional pages even if the limit is not reached.|integer| |**Query**|**next**
*optional*|The next page of results. Use the next token provided by the previous results.|string| -|**Query**|**round**
*optional*|Include results for the specified round. For performance reasons, this parameter may be disabled on some configurations. Using application-id or asset-id filters will return both creator and opt-in accounts. Filtering by include-all will return creator and opt-in accounts for deleted assets and accounts. Non-opt-in managers are not included in the results when asset-id is used.|integer| +|**Query**|**round**
*optional*|Deprecated and disallowed. This parameter used to include results for a specified round. Requests with this parameter set are now rejected.|integer| **Responses** @@ -116,7 +116,7 @@ Lookup account information. |**Path**|**account-id**
*required*|account string|string| |**Query**|**exclude**
*optional*|Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.|< enum (all, assets, created-assets, apps-local-state, created-apps, none) > array| |**Query**|**include-all**
*optional*|Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.|boolean| -|**Query**|**round**
*optional*|Include results for the specified round.|integer| +|**Query**|**round**
*optional*|Deprecated and disallowed. This parameter used to include results for a specified round. Requests with this parameter set are now rejected.|integer| **Responses**