|
40 | 40 | * [listLocations](#listlocations) - List Work Locations |
41 | 41 | * [getLocation](#getlocation) - Get Work Location |
42 | 42 | * [listTimeOffRequests](#listtimeoffrequests) - List time off requests |
43 | | -* [createTimeOffRequest](#createtimeoffrequest) - Creates a time off request |
| 43 | +* [~~createTimeOffRequest~~](#createtimeoffrequest) - Creates a time off request :warning: **Deprecated** |
44 | 44 | * [getTimeOffRequest](#gettimeoffrequest) - Get time off request |
45 | | -* [updateTimeOffRequest](#updatetimeoffrequest) - Update time off request |
| 45 | +* [~~updateTimeOffRequest~~](#updatetimeoffrequest) - Update time off request :warning: **Deprecated** |
46 | 46 | * [~~listTimeOffTypes~~](#listtimeofftypes) - List time off types :warning: **Deprecated** |
47 | 47 | * [~~getTimeOffType~~](#gettimeofftype) - Get time off type :warning: **Deprecated** |
48 | 48 | * [listTimeEntries](#listtimeentries) - List Time Entries |
@@ -2886,10 +2886,12 @@ public class Application { |
2886 | 2886 | | ---------------------- | ---------------------- | ---------------------- | |
2887 | 2887 | | models/errors/SDKError | 4XX, 5XX | \*/\* | |
2888 | 2888 |
|
2889 | | -## createTimeOffRequest |
| 2889 | +## ~~createTimeOffRequest~~ |
2890 | 2890 |
|
2891 | 2891 | Creates a time off request |
2892 | 2892 |
|
| 2893 | +> :warning: **DEPRECATED**: This will be removed in a future release, please migrate away from it as soon as possible. |
| 2894 | +
|
2893 | 2895 | ### Example Usage |
2894 | 2896 |
|
2895 | 2897 | ```java |
@@ -3020,10 +3022,12 @@ public class Application { |
3020 | 3022 | | ---------------------- | ---------------------- | ---------------------- | |
3021 | 3023 | | models/errors/SDKError | 4XX, 5XX | \*/\* | |
3022 | 3024 |
|
3023 | | -## updateTimeOffRequest |
| 3025 | +## ~~updateTimeOffRequest~~ |
3024 | 3026 |
|
3025 | 3027 | Update time off request |
3026 | 3028 |
|
| 3029 | +> :warning: **DEPRECATED**: This will be removed in a future release, please migrate away from it as soon as possible. |
| 3030 | +
|
3027 | 3031 | ### Example Usage |
3028 | 3032 |
|
3029 | 3033 | ```java |
|
0 commit comments