From 003d0bf36f1a3d02a2f45de901452c58ec756c00 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:48:04 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 4 ++-- openapi/spec3.beta.sdk.yaml | 6 ++++-- openapi/spec3.json | 4 ++-- openapi/spec3.sdk.json | 4 ++-- openapi/spec3.sdk.yaml | 6 ++++-- openapi/spec3.yaml | 6 ++++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 747aac10..a39ed404 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -66882,7 +66882,7 @@ "type": "string" }, "status": { - "description": "The networking status of the reader.", + "description": "The networking status of the reader. We do not recommend using this field in flows that may block taking payments.", "enum": [ "offline", "online" @@ -87381,7 +87381,7 @@ "style": "form" }, { - "description": "Only return charges for this transfer group.", + "description": "Only return charges for this transfer group, limited to 100.", "in": "query", "name": "transfer_group", "required": false, diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 2cd79079..15acd4ff 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -61081,7 +61081,9 @@ components: maxLength: 5000 type: string status: - description: The networking status of the reader. + description: >- + The networking status of the reader. We do not recommend using this + field in flows that may block taking payments. enum: - offline - online @@ -79426,7 +79428,7 @@ paths: schema: type: string style: form - - description: Only return charges for this transfer group. + - description: 'Only return charges for this transfer group, limited to 100.' in: query name: transfer_group required: false diff --git a/openapi/spec3.json b/openapi/spec3.json index d9c4007b..1a9f6343 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -46515,7 +46515,7 @@ "type": "string" }, "status": { - "description": "The networking status of the reader.", + "description": "The networking status of the reader. We do not recommend using this field in flows that may block taking payments.", "enum": [ "offline", "online" @@ -63855,7 +63855,7 @@ "style": "form" }, { - "description": "Only return charges for this transfer group.", + "description": "Only return charges for this transfer group, limited to 100.", "in": "query", "name": "transfer_group", "required": false, diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 8f76df6c..ecc85bf4 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -56755,7 +56755,7 @@ "type": "string" }, "status": { - "description": "The networking status of the reader.", + "description": "The networking status of the reader. We do not recommend using this field in flows that may block taking payments.", "enum": [ "offline", "online" @@ -74244,7 +74244,7 @@ "style": "form" }, { - "description": "Only return charges for this transfer group.", + "description": "Only return charges for this transfer group, limited to 100.", "in": "query", "name": "transfer_group", "required": false, diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index e64deae1..095fdb07 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -52126,7 +52126,9 @@ components: maxLength: 5000 type: string status: - description: The networking status of the reader. + description: >- + The networking status of the reader. We do not recommend using this + field in flows that may block taking payments. enum: - offline - online @@ -68069,7 +68071,7 @@ paths: schema: type: string style: form - - description: Only return charges for this transfer group. + - description: 'Only return charges for this transfer group, limited to 100.' in: query name: transfer_group required: false diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index ad98b06d..daeb81f9 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -44069,7 +44069,9 @@ components: maxLength: 5000 type: string status: - description: The networking status of the reader. + description: >- + The networking status of the reader. We do not recommend using this + field in flows that may block taking payments. enum: - offline - online @@ -58046,7 +58048,7 @@ paths: schema: type: string style: form - - description: Only return charges for this transfer group. + - description: 'Only return charges for this transfer group, limited to 100.' in: query name: transfer_group required: false