@@ -1145,6 +1145,7 @@ paths:
11451145 $ref: '#/components/schemas/V1ErrorResponse'
11461146 post:
11471147 summary: Add Block List Entry
1148+ description: '**Requires access token scope:** `wallet_spend_all`'
11481149 operationId: V1PostBlockListRoute
11491150 tags:
11501151 - Counterparties
@@ -1219,6 +1220,7 @@ paths:
12191220 /api/address-book/v1/block-list/{blockListId}:
12201221 delete:
12211222 summary: Delete Block List Entry
1223+ description: '**Requires access token scope:** `wallet_spend_all`'
12221224 operationId: V1DeleteBlockListRoute
12231225 tags:
12241226 - Counterparties
@@ -1438,6 +1440,8 @@ paths:
14381440 Add a connection for your Go Account to another Go Account.
14391441 To connect to a Go Account that's not listed in the public directory, pass a `walletId`.
14401442 To connect to a Go Account that is listed in the public directory, pass a value for the `targetListingEntryId`.
1443+
1444+ **Requires access token scope:** `wallet_spend_all`
14411445 operationId: V1PostConnectionRoute
14421446 tags:
14431447 - Counterparties
@@ -1528,7 +1532,10 @@ paths:
15281532 $ref: '#/components/schemas/V1ErrorResponse'
15291533 put:
15301534 summary: Update connection status
1531- description: Update connections to `PENDING_DEACTIVATION`.
1535+ description: |-
1536+ Update connections to `PENDING_DEACTIVATION`.
1537+
1538+ **Requires access token scope:** `wallet_spend_all`
15321539 operationId: V1PutConnectionsRoute
15331540 tags:
15341541 - Counterparties
@@ -1599,7 +1606,10 @@ paths:
15991606 /api/address-book/v1/connections/bulk:
16001607 post:
16011608 summary: Bulk add Go Account connections
1602- description: Add connections for your Go Account to multiple other Go Accounts.
1609+ description: |-
1610+ Add connections for your Go Account to multiple other Go Accounts.
1611+
1612+ **Requires access token scope:** `wallet_spend_all`
16031613 operationId: V1PostBulkConnectionsRoute
16041614 tags:
16051615 - Counterparties
@@ -1806,6 +1816,8 @@ paths:
18061816 * Description of your enterprise listing.
18071817 * Description of the target listing on connections you added from the directory.
18081818 * Description and or name of the target listing name from connections you directly added by wallet ID.
1819+
1820+ **Requires access token scope:** `wallet_spend_all`
18091821 operationId: V1PutListingRoute
18101822 tags:
18111823 - Counterparties
@@ -1883,7 +1895,10 @@ paths:
18831895 /api/address-book/v1/listing/entry/{listingEntryId}:
18841896 put:
18851897 summary: Update Go Account entry
1886- description: Update your Go Account entry and `targetListingEntries` for your connections.
1898+ description: |-
1899+ Update your Go Account entry and `targetListingEntries` for your connections.
1900+
1901+ **Requires access token scope:** `wallet_spend_all`
18871902 operationId: V1PutListingEntryRoute
18881903 tags:
18891904 - Counterparties
@@ -2194,7 +2209,10 @@ paths:
21942209 /api/address-book/v1/listing/entry/global:
21952210 post:
21962211 summary: Create enterprise listing entry
2197- description: Create a listing entry for your enterprises Go Account.
2212+ description: |-
2213+ Create a listing entry for your enterprises Go Account.
2214+
2215+ **Requires access token scope:** `wallet_spend_all`
21982216 operationId: V1PostListingEntryRoute
21992217 tags:
22002218 - Counterparties
@@ -2323,6 +2341,8 @@ paths:
23232341 description: |-
23242342 Create a listing for your enterprise in the Go network.
23252343 Once you create a listing for your enterprise, you can list your Go Account in the public directory.
2344+
2345+ **Requires access token scope:** `wallet_spend_all`
23262346 operationId: V1PostListingRoute
23272347 tags:
23282348 - Counterparties
0 commit comments