Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions docs/api/acs/credentials/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading