From 7c3a20f8a9030ab15ca48347c3d705994175c60a Mon Sep 17 00:00:00 2001 From: Shreya Thapa Date: Thu, 30 Oct 2025 13:36:42 -0500 Subject: [PATCH 1/3] Add accept header to sandbox simulations operation --- specs/resources/sandbox-simulations.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/resources/sandbox-simulations.yml b/specs/resources/sandbox-simulations.yml index 1071cb7..654fa77 100644 --- a/specs/resources/sandbox-simulations.yml +++ b/specs/resources/sandbox-simulations.yml @@ -15,6 +15,8 @@ post: Accept: application/vnd.dwolla.v1.hal+json Content-Type: application/vnd.dwolla.v1.hal+json Authorization: Bearer {Your access token} + parameters: + - $ref: '../../schemas/common.yml#/components/parameters/Accept' requestBody: required: false description: Optional JSON body. Typically empty; presence of body is not required. From 90909040d8b0ad0741e8c17b595c7acfb2c5e3c8 Mon Sep 17 00:00:00 2001 From: Shreya Thapa Date: Thu, 30 Oct 2025 13:40:04 -0500 Subject: [PATCH 2/3] Correction in reference link --- specs/resources/sandbox-simulations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/resources/sandbox-simulations.yml b/specs/resources/sandbox-simulations.yml index 654fa77..ea9f3fc 100644 --- a/specs/resources/sandbox-simulations.yml +++ b/specs/resources/sandbox-simulations.yml @@ -16,7 +16,7 @@ post: Content-Type: application/vnd.dwolla.v1.hal+json Authorization: Bearer {Your access token} parameters: - - $ref: '../../schemas/common.yml#/components/parameters/Accept' + - $ref: '../schemas/common.yml#/components/parameters/Accept' requestBody: required: false description: Optional JSON body. Typically empty; presence of body is not required. From f1518eb1e74b5f4b1f6136de00bfe33b2f32bd23 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 30 Oct 2025 18:41:53 +0000 Subject: [PATCH 3/3] chore: update bundled openapi.yml --- openapi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi.yml b/openapi.yml index 68b51d4..f420aaa 100644 --- a/openapi.yml +++ b/openapi.yml @@ -8071,6 +8071,8 @@ paths: Accept: application/vnd.dwolla.v1.hal+json Content-Type: application/vnd.dwolla.v1.hal+json Authorization: Bearer {Your access token} + parameters: + - $ref: '#/components/parameters/Accept' requestBody: required: false description: Optional JSON body. Typically empty; presence of body is not required.