From 2a621d026a57afcecde438570b06ad35d7a6b812 Mon Sep 17 00:00:00 2001 From: Kurt Lim Date: Fri, 27 Feb 2026 15:12:53 +1300 Subject: [PATCH] fix: update xero-payroll-au-v2.yaml vendor extension to match nz & uk behaviour consider renaming x-hasPayrollUkProblem to be region agnostic in future --- xero-payroll-au-v2.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xero-payroll-au-v2.yaml b/xero-payroll-au-v2.yaml index 5efbad33e..7934fb64e 100644 --- a/xero-payroll-au-v2.yaml +++ b/xero-payroll-au-v2.yaml @@ -29,7 +29,7 @@ paths: tags: - PayrollAuV2 operationId: getTimesheets - x-hasPayrollAuProblem: true + x-hasPayrollUkProblem: true summary: Retrieves timesheets parameters: - in: query @@ -104,7 +104,7 @@ paths: tags: - PayrollAuV2 operationId: createTimesheet - x-hasPayrollAuProblem: true + x-hasPayrollUkProblem: true x-example: - startDateValue: key: startDate @@ -246,7 +246,7 @@ paths: tags: - PayrollAuV2 operationId: getTimesheet - x-hasPayrollAuProblem: true + x-hasPayrollUkProblem: true summary: Retrieve a specific timesheet by using a unique timesheet ID parameters: - in: path @@ -331,7 +331,7 @@ paths: tags: - PayrollAuV2 operationId: createTimesheetLine - x-hasPayrollAuProblem: true + x-hasPayrollUkProblem: true x-example: - dateValue: key: date @@ -448,7 +448,7 @@ paths: tags: - PayrollAuV2 operationId: approveTimesheet - x-hasPayrollAuProblem: true + x-hasPayrollUkProblem: true summary: Approves a specific timesheet parameters: - $ref: "#/components/parameters/idempotencyKey" @@ -515,7 +515,7 @@ paths: tags: - PayrollAuV2 operationId: revertTimesheet - x-hasPayrollAuProblem: true + x-hasPayrollUkProblem: true summary: Reverts a specific timesheet to draft parameters: - $ref: "#/components/parameters/idempotencyKey" @@ -582,7 +582,7 @@ paths: tags: - PayrollAuV2 operationId: updateTimesheetLine - x-hasPayrollAuProblem: true + x-hasPayrollUkProblem: true x-example: - dateValue: key: date