File tree 1 file changed +1
-50
lines changed 1 file changed +1
-50
lines changed Original file line number Diff line number Diff line change @@ -1524,25 +1524,16 @@ paths:
1524
1524
attributes :
1525
1525
id : 1234
1526
1526
name : ' Paid vacation'
1527
- category : null
1528
- legacy_category : null
1527
+ category : ' paid_vacation'
1529
1528
unit : ' day'
1530
- half_day_requests_enabled : true
1531
- certification_required : false
1532
- substitute_option : disabled
1533
1529
approval_required : true
1534
1530
1535
1531
- type : TimeOffType
1536
1532
attributes :
1537
1533
id : 1235
1538
1534
name : ' Home office'
1539
1535
category : ' offsite_work'
1540
- legacy_category : ' offsite_work'
1541
1536
unit : ' hour'
1542
- half_day_requests_enabled : true
1543
- certification_required : true
1544
- certification_submission_timeframe : 2
1545
- substitute_option : optional
1546
1537
approval_required : true
1547
1538
1548
1539
/company/time-offs :
@@ -4001,52 +3992,12 @@ components:
4001
3992
- other
4002
3993
- undefined
4003
3994
example : offsite_work
4004
- legacy_category :
4005
- type : string
4006
- nullable : true
4007
- enum :
4008
- - family_care_sick_leave
4009
- - individual_prohibition_of_employment
4010
- - maternity_protection_period
4011
- - other
4012
- - paid_vacation
4013
- - parental_leave
4014
- - sick_leave
4015
- - lawful_strike
4016
- - unlawful_strike
4017
- - treatment
4018
- - unexcused_absence
4019
- - unpaid_vacation
4020
- - voluntary_military_service
4021
- - offsite_work
4022
- - family_care_long_term
4023
- - paid_child_sick
4024
- - unpaid_child_sick
4025
- - undefined
4026
- example : offsite_work
4027
3995
unit :
4028
3996
type : string
4029
3997
enum :
4030
3998
- day
4031
3999
- hour
4032
4000
example : day
4033
- half_day_requests_enabled :
4034
- type : boolean
4035
- example : true
4036
- certification_required :
4037
- type : boolean
4038
- example : false
4039
- certification_submission_timeframe :
4040
- description : The timeframe in days under which the employee needs to submit the certification
4041
- type : integer
4042
- example : 2
4043
- substitute_option :
4044
- type : string
4045
- enum :
4046
- - disabled
4047
- - optional
4048
- - required
4049
- example : optional
4050
4001
approval_required :
4051
4002
type : boolean
4052
4003
example : true
You can’t perform that action at this time.
0 commit comments