Skip to content

Commit bbee7d0

Browse files
authored
docs: update documentation for Gusto API v2025-06-15 upgrade (#771)
1 parent 4942f64 commit bbee7d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
### Chores & Maintenance
2525

26+
- Upgrade to Gusto Embedded API v2025-06-15
2627
- Bump react-hook-form from 7.65.0 to 7.66.0
2728
- Bump typescript-eslint from 8.46.2 to 8.46.3
2829
- Bump @ladle/react from 5.1.0 to 5.1.1

docs/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When building with the React SDK, a backend proxy is required. React SDK compone
4040
1. Authentication
4141
2. Providing the user IP address for form signing operations
4242

43-
The React SDK is designed to mirror the [Gusto Embedded API Reference](https://docs.gusto.com/embedded-payroll/reference/whats-new-in-v2024-04-01) with a 1:1 mapping of endpoints. The SDK maintains consistent naming conventions, parameters, and response structures with the Gusto API.
43+
The React SDK is designed to mirror the [Gusto Embedded API Reference](https://docs.gusto.com/embedded-payroll/reference/whats-new-in-v2025-06-15) with a 1:1 mapping of endpoints. The SDK maintains consistent naming conventions, parameters, and response structures with the Gusto API.
4444

4545
Your proxy server simply needs to forward any incoming SDK requests to the corresponding Embedded API endpoints. The proxy's main task is adding the necessary authentication headers before forwarding the request onwards. Since the SDK requests are already in the Embedded API format, no extra endpoint mapping or request transformation is required.
4646

0 commit comments

Comments
 (0)