Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,955 changes: 2 additions & 1,953 deletions .speakeasy/logs/changes/changes.html

Large diffs are not rendered by default.

1,136 changes: 2 additions & 1,134 deletions .speakeasy/logs/changes/changes.md

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions .speakeasy/logs/changes/new.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,14 @@ paths:
x-gusto-integration-type:
- app-integrations
parameters:
- "$ref": "#/components/parameters/VersionHeader"
- name: X-Gusto-API-Version
in: header
schema:
type: string
enum:
- '2025-06-15'
default: '2025-06-15'
description: Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
x-gusto-rswag: true
responses:
'200':
Expand Down Expand Up @@ -233,7 +240,14 @@ paths:
x-gusto-integration-type:
- app-integrations
parameters:
- "$ref": "#/components/parameters/VersionHeader"
- name: X-Gusto-API-Version
in: header
schema:
type: string
enum:
- '2025-06-15'
default: '2025-06-15'
description: Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
x-gusto-rswag: true
responses:
'201':
Expand Down Expand Up @@ -14702,6 +14716,26 @@ components:
- error_key: is_active
category: invalid_attribute_value
message: Cannot reactivate while a rehire is scheduled. Use the cancel rehire endpoint to remove the pending rehire first.
contractor_rehire_start_date_required:
errors:
- error_key: start_date
category: invalid_attribute_value
message: Start date is required
contractor_rehire_no_pending:
errors:
- error_key: base
category: invalid_operation
message: No pending rehire to cancel
contractor_termination_end_date_required:
errors:
- error_key: end_date
category: invalid_attribute_value
message: End date is required
contractor_termination_no_pending_dismissal:
errors:
- error_key: base
category: invalid_operation
message: No pending dismissal to cancel
contractor_address_invalid_attribute:
errors:
- error_key: street_1
Expand Down
Loading