This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1855,9 +1855,9 @@ Create a new day off type.
18551855 + Attributes (object)
18561856 + name: `day off type` (string , required )
18571857 + color: `#00B2B2` (string , nullable , optional )
1858- + date_validity (object , optional )
1859- + from: `2024-04-04` (string , optional )
1860- + unit: `2025-05-05` (string , optional )
1858+ + date_validity (object , nullable , optional )
1859+ + from: `2024-04-04` (string , required )
1860+ + unit: `2025-05-05` (string , required )
18611861
18621862
18631863+ Response 201 (application/json)
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Create a new day off type.
2121 + Attributes (object)
2222 + name: `day off type` (string , required )
2323 + color: `#00B2B2` (string , nullable , optional )
24- + date_validity (object , optional )
25- + from: `2024-04-04` (string , optional )
26- + unit: `2025-05-05` (string , optional )
24+ + date_validity (object , nullable , optional )
25+ + from: `2024-04-04` (string , required )
26+ + unit: `2025-05-05` (string , required )
2727
2828
2929+ Response 201 (application/json)
You can’t perform that action at this time.
0 commit comments