diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 0e78f9547..ef0fc2672 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -10939,10 +10939,24 @@ "default": 500, "format": "number", "jsonType": "number" + }, + { + "name": "page_cursor", + "description": "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" } ] }, - "hasPagination": false, + "hasPagination": true, "authMethods": [ "api_key", "client_session_token", diff --git a/docs/api/acs/credentials/list.md b/docs/api/acs/credentials/list.md index 2b98fb460..1e2f66dc0 100644 --- a/docs/api/acs/credentials/list.md +++ b/docs/api/acs/credentials/list.md @@ -286,6 +286,12 @@ Number of credentials to return. --- +**`page_cursor`** *String* + +Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. + +--- + **`user_identity_id`** *String* ID of the user identity for which you want to retrieve all credentials. diff --git a/package-lock.json b/package-lock.json index b3c28ebc6..557bec768 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.482.0", + "@seamapi/types": "1.484.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -886,9 +886,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.482.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.482.0.tgz", - "integrity": "sha512-isHv+b8Lso2md0TJKrBMW/VsPmJLVIthfc68DSCZ+Fza6ALJz1ChhyZf52qkG9eQSQAgLtJVH/2dKLBouTg1Qg==", + "version": "1.484.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.484.0.tgz", + "integrity": "sha512-LpkDYbgeP5kAprArIkeIRnbK6J7HS6LLNTUDX2m0r2kf1pDXP2XI3TWUSRpgpGZGU6Wq/jEW0kZkT5lxKPbz6g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 1a76a81ff..b0786fef3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.482.0", + "@seamapi/types": "1.484.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",