Skip to content

Commit c8c51dc

Browse files
committed
fix: endpoints reference
1 parent 87f63cb commit c8c51dc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/reference/endpoint-inventory.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,22 +1316,22 @@
13161316
"timeOffPolicyUuid"
13171317
]
13181318
},
1319-
"UNSTABLE_TimeOff.HolidaySelectionForm": {
1319+
"UNSTABLE_TimeOff.PolicyConfigurationForm": {
13201320
"endpoints": [
13211321
{
13221322
"method": "POST",
1323-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
1323+
"path": "/v1/companies/:companyUuid/time_off_policies"
13241324
}
13251325
],
13261326
"variables": [
13271327
"companyUuid"
13281328
]
13291329
},
1330-
"UNSTABLE_TimeOff.PolicyConfigurationForm": {
1330+
"UNSTABLE_TimeOff.HolidaySelectionForm": {
13311331
"endpoints": [
13321332
{
13331333
"method": "POST",
1334-
"path": "/v1/companies/:companyUuid/time_off_policies"
1334+
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
13351335
}
13361336
],
13371337
"variables": [

docs/reference/endpoint-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ import inventory from '@gusto/embedded-react-sdk/endpoint-inventory.json'
248248
| **UNSTABLE_TimeOff.PolicyList** | GET | `/v1/companies/:companyUuid/time_off_policies` |
249249
| | PUT | `/v1/time_off_policies/:timeOffPolicyUuid/deactivate` |
250250
| | GET | `/v1/companies/:companyId/employees` |
251-
| **UNSTABLE_TimeOff.HolidaySelectionForm** | POST | `/v1/companies/:companyUuid/holiday_pay_policy` |
252251
| **UNSTABLE_TimeOff.PolicyConfigurationForm** | POST | `/v1/companies/:companyUuid/time_off_policies` |
252+
| **UNSTABLE_TimeOff.HolidaySelectionForm** | POST | `/v1/companies/:companyUuid/holiday_pay_policy` |
253253

254254
## Flows
255255

0 commit comments

Comments
 (0)