diff --git a/openrpc/src/stellar-rpc/contentDescriptors/Pagination.json b/openrpc/src/stellar-rpc/contentDescriptors/Pagination.json index b5abdeb5c9..6b9ae09da1 100644 --- a/openrpc/src/stellar-rpc/contentDescriptors/Pagination.json +++ b/openrpc/src/stellar-rpc/contentDescriptors/Pagination.json @@ -2,7 +2,7 @@ "PaginationEvents": { "name": "pagination", "summary": "pagination options", - "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](https://developers.stellar.org/docs/data/rpc/api-reference/structure/pagination).", + "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](../structure/pagination).", "required": false, "schema": { "$ref": "#/components/schemas/PaginationEvents" @@ -11,7 +11,7 @@ "PaginationLedgers": { "name": "pagination", "summary": "pagination options", - "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](https://developers.stellar.org/docs/data/rpc/api-reference/structure/pagination).", + "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](../structure/pagination).", "required": false, "schema": { "$ref": "#/components/schemas/PaginationLedgers" @@ -20,7 +20,7 @@ "PaginationTransactions": { "name": "pagination", "summary": "pagination options", - "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](https://developers.stellar.org/docs/data/rpc/api-reference/structure/pagination).", + "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](../structure/pagination).", "required": false, "schema": { "$ref": "#/components/schemas/PaginationTransactions" diff --git a/openrpc/src/stellar-rpc/methods/getTransaction.json b/openrpc/src/stellar-rpc/methods/getTransaction.json index 50723fbbd0..5ba6fb3ac3 100644 --- a/openrpc/src/stellar-rpc/methods/getTransaction.json +++ b/openrpc/src/stellar-rpc/methods/getTransaction.json @@ -1,7 +1,7 @@ { "name": "getTransaction", "summary": "returns transaction details", - "description": "The getTransaction method provides details about the specified transaction. Clients are expected to periodically query this method to ascertain when a transaction has been successfully recorded on the blockchain. The stellar-rpc system maintains a restricted history of recently processed transactions, with the default retention window set at 24 hours. For private soroban-rpc instances, it is possible to modify the retention window value by adjusting the transaction-retention-window configuration setting, but we do not recommend values longer than 7 days. For debugging needs that extend beyond this timeframe, it is advisable to index this data yourself, employ a third-party [indexer](https://developers.stellar.org/docs/tools/developer-tools/data-indexers), or query [Hubble](https://developers.stellar.org/docs/data/hubble) (our public BigQuery data set).", + "description": "The getTransaction method provides details about the specified transaction. Clients are expected to periodically query this method to ascertain when a transaction has been successfully recorded on the blockchain. The stellar-rpc system maintains a restricted history of recently processed transactions, with the default retention window set at 24 hours. For private soroban-rpc instances, it is possible to modify the retention window value by adjusting the transaction-retention-window configuration setting, but we do not recommend values longer than 7 days. For debugging needs that extend beyond this timeframe, it is advisable to index this data yourself, employ a third-party [indexer](../../../../indexers), or query [Hubble](../../../../analytics/hubble) (our public BigQuery data set).", "externalDocs": { "url": "https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getTransaction" }, diff --git a/static/stellar-rpc.openrpc.json b/static/stellar-rpc.openrpc.json index d3fdc57ac3..2f0e14532b 100644 --- a/static/stellar-rpc.openrpc.json +++ b/static/stellar-rpc.openrpc.json @@ -117,7 +117,7 @@ { "name": "pagination", "summary": "pagination options", - "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](https://developers.stellar.org/docs/data/rpc/api-reference/structure/pagination).", + "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](../structure/pagination).", "required": false, "schema": { "type": "object", @@ -890,7 +890,7 @@ { "name": "pagination", "summary": "pagination options", - "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](https://developers.stellar.org/docs/data/rpc/api-reference/structure/pagination).", + "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](../structure/pagination).", "required": false, "schema": { "type": "object", @@ -1094,7 +1094,7 @@ { "name": "getTransaction", "summary": "returns transaction details", - "description": "The getTransaction method provides details about the specified transaction. Clients are expected to periodically query this method to ascertain when a transaction has been successfully recorded on the blockchain. The stellar-rpc system maintains a restricted history of recently processed transactions, with the default retention window set at 24 hours. For private soroban-rpc instances, it is possible to modify the retention window value by adjusting the transaction-retention-window configuration setting, but we do not recommend values longer than 7 days. For debugging needs that extend beyond this timeframe, it is advisable to index this data yourself, employ a third-party [indexer](https://developers.stellar.org/docs/tools/developer-tools/data-indexers), or query [Hubble](https://developers.stellar.org/docs/data/hubble) (our public BigQuery data set).", + "description": "The getTransaction method provides details about the specified transaction. Clients are expected to periodically query this method to ascertain when a transaction has been successfully recorded on the blockchain. The stellar-rpc system maintains a restricted history of recently processed transactions, with the default retention window set at 24 hours. For private soroban-rpc instances, it is possible to modify the retention window value by adjusting the transaction-retention-window configuration setting, but we do not recommend values longer than 7 days. For debugging needs that extend beyond this timeframe, it is advisable to index this data yourself, employ a third-party [indexer](../../../../indexers), or query [Hubble](../../../../analytics/hubble) (our public BigQuery data set).", "externalDocs": { "url": "https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getTransaction" }, @@ -1379,7 +1379,7 @@ { "name": "pagination", "summary": "pagination options", - "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](https://developers.stellar.org/docs/data/rpc/api-reference/structure/pagination).", + "description": "Pagination in stellar-rpc is similar to pagination in Horizon. See [Pagination](../structure/pagination).", "required": false, "schema": { "type": "object", @@ -2415,4 +2415,4 @@ } ], "components": {} -} \ No newline at end of file +}