Skip to content

Commit

Permalink
Merge pull request #618 from radixdlt/oas-symmaries
Browse files Browse the repository at this point in the history
Tuned operation summary for some endpoints
  • Loading branch information
krzlabrdx authored Jan 24, 2024
2 parents f0e138e + 613d1cf commit 2635a73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/RadixDlt.NetworkGateway.GatewayApi/gateway-api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ paths:
/state/entity/page/fungibles/:
post:
operationId: EntityFungiblesPage
summary: Get Entity Fungible Resource Totals Page aggregated globally
summary: Get page of Global Entity Fungible Resource Balances
description: |
Returns the total amount of each fungible resource owned by a given global entity.
Result can be aggregated globally or per vault.
Expand All @@ -1209,7 +1209,7 @@ paths:
/state/entity/page/fungible-vaults/:
post:
operationId: EntityFungibleResourceVaultPage
summary: Get vault page of Entity Fungible resource aggregated per vault
summary: Get page of Global Entity Fungible Resource Vaults
description: |
Returns vaults for fungible resource owned by a given global entity.
The returned response is in a paginated format, ordered by the resource's first appearance on the ledger.
Expand All @@ -1234,7 +1234,7 @@ paths:
/state/entity/page/non-fungibles/:
post:
operationId: EntityNonFungiblesPage
summary: Get Entity Non-Fungible Resource Totals Page aggregated globally
summary: Get page of Global Entity Non-Fungible Resource Balances
description: |
Returns the total amount of each non-fungible resource owned by a given global entity.
Result can be aggregated globally or per vault.
Expand All @@ -1260,7 +1260,7 @@ paths:
/state/entity/page/non-fungible-vaults/:
post:
operationId: EntityNonFungibleResourceVaultPage
summary: Get vault page of Entity Non Fungible aggregated per vault
summary: Get page of Global Entity Non-Fungible Resource Vaults
description: |
Returns vaults for non fungible resource owned by a given global entity.
The returned response is in a paginated format, ordered by the resource's first appearance on the ledger.
Expand All @@ -1285,7 +1285,7 @@ paths:
/state/entity/page/non-fungible-vault/ids:
post:
operationId: EntityNonFungibleIdsPage
summary: Get Entity Non-Fungible IDs
summary: Get page of Non-Fungibles in Vault
description: |
Returns all non-fungible IDs of a given non-fungible resource owned by a given entity.
The returned response is in a paginated format, ordered by the resource's first appearence on the ledger.
Expand All @@ -1310,7 +1310,7 @@ paths:
/state/non-fungible/ids:
post:
operationId: NonFungibleIds
summary: Get Non-Fungible Collection
summary: Get page of Non-Fungible Ids in Resource Collection
description: |
Returns the non-fungible IDs of a given non-fungible resource.
Returned response is in a paginated format, ordered by their first appearance on the ledger.
Expand Down

0 comments on commit 2635a73

Please sign in to comment.