diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 74698a21..e6df15b0 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -154739,6 +154739,17 @@ }, "style": "form" }, + { + "description": "Filters readers by serial number", + "in": "query", + "name": "serial_number", + "required": false, + "schema": { + "maxLength": 5000, + "type": "string" + }, + "style": "form" + }, { "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.", "in": "query", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 7d09c4e8..c296c5da 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -145446,6 +145446,14 @@ paths: maxLength: 5000 type: string style: form + - description: Filters readers by serial number + in: query + name: serial_number + required: false + schema: + maxLength: 5000 + type: string + style: form - description: >- A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a diff --git a/openapi/spec3.json b/openapi/spec3.json index e8cb99a6..fa8683bf 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -120661,6 +120661,17 @@ }, "style": "form" }, + { + "description": "Filters readers by serial number", + "in": "query", + "name": "serial_number", + "required": false, + "schema": { + "maxLength": 5000, + "type": "string" + }, + "style": "form" + }, { "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.", "in": "query", diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 768fcc3f..d079c3c2 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -125005,6 +125005,17 @@ }, "style": "form" }, + { + "description": "Filters readers by serial number", + "in": "query", + "name": "serial_number", + "required": false, + "schema": { + "maxLength": 5000, + "type": "string" + }, + "style": "form" + }, { "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.", "in": "query", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 5bd79a12..238a072d 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -117511,6 +117511,14 @@ paths: maxLength: 5000 type: string style: form + - description: Filters readers by serial number + in: query + name: serial_number + required: false + schema: + maxLength: 5000 + type: string + style: form - description: >- A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index bbb0d458..b1746dbe 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -102124,6 +102124,14 @@ paths: maxLength: 5000 type: string style: form + - description: Filters readers by serial number + in: query + name: serial_number + required: false + schema: + maxLength: 5000 + type: string + style: form - description: >- A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a