Skip to content

Commit aee1b80

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 5d58247 commit aee1b80

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

api.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37793,14 +37793,15 @@ paths:
3779337793
Returns all non-expired long-lived access tokens for the authenticated user.
3779437794
Results are paginated using cursor-based pagination. Use the `prevId` query
3779537795
parameter with the `nextBatchPrevId` value from the previous response to fetch
37796-
the next page. Defaults to 25 results per page; maximum is 100.
37796+
the next page. The default page size is server-configured (currently 100);
37797+
maximum is 200.
3779737798
operationId: v2.accesstoken.list
3779837799
tags:
3779937800
- User
3780037801
x-internal: false
3780137802
parameters:
3780237803
- name: limit
37803-
description: 'Maximum number of results to return (default: 25, max: 100)'
37804+
description: 'Maximum number of results to return (server-configured default, max: 200)'
3780437805
in: query
3780537806
schema:
3780637807
type: string

0 commit comments

Comments
 (0)