Skip to content

Commit

Permalink
add suggested docs renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPawelec-RDX committed Jan 24, 2024
1 parent fe9d144 commit 1dd45e1
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 @@ -1177,7 +1177,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 @@ -1203,7 +1203,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 @@ -1228,7 +1228,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 @@ -1254,7 +1254,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 @@ -1279,7 +1279,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 @@ -1304,7 +1304,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 1dd45e1

Please sign in to comment.