File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments