diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index ca76d7324..45555a416 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -21328,7 +21328,7 @@ { "name": "action_attempt_ids", "description": "IDs of the action attempts that you want to retrieve.", - "isRequired": true, + "isRequired": false, "isDeprecated": false, "deprecationMessage": "", "isUndocumented": false, @@ -21339,10 +21339,53 @@ "format": "list", "jsonType": "array", "itemFormat": "id" + }, + { + "name": "device_id", + "description": "ID of the device to filter action attempts by.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, + { + "name": "limit", + "description": "Maximum number of records to return per page.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": true, + "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", "personal_access_token" diff --git a/docs/api/action_attempts/list.md b/docs/api/action_attempts/list.md index 619fad5fd..a67426bda 100644 --- a/docs/api/action_attempts/list.md +++ b/docs/api/action_attempts/list.md @@ -245,12 +245,30 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati ## Request Parameters -**`action_attempt_ids`** *Array* *of UUIDs* (Required) +**`action_attempt_ids`** *Array* *of UUIDs* IDs of the action attempts that you want to retrieve. --- +**`device_id`** *String* + +ID of the device to filter action attempts by. + +--- + +**`limit`** *Number* + +Maximum number of records to return per page. + +--- + +**`page_cursor`** *String* + +Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. + +--- + ## Response diff --git a/package-lock.json b/package-lock.json index 82a061f7b..d28af6794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.674.0", + "@seamapi/types": "1.675.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.674.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.674.0.tgz", - "integrity": "sha512-sFfHudsIhyewsizZw/vr2/cvTsk5gTMQJKJq4HRNQJhi1SwqzNfkOSSc8rYG/gzW/IRFzw3X12Eh5N3C6BC6CQ==", + "version": "1.675.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.675.0.tgz", + "integrity": "sha512-eM6+iBjmUavX4U+O7bEAUUPR9G/T7cIx6+8am/wDtiOu8IcsvVrAcPKZDXFtaEJX/9hwrtYIggj+yLP4A7J27g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index e3ce5010d..746db9b7f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.674.0", + "@seamapi/types": "1.675.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",