@teamleader/focus-api-specification 1.205.0 → 1.207.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ info:
|
|
|
3
3
|
title: Teamleader API
|
|
4
4
|
description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
|
|
5
5
|
contact: {}
|
|
6
|
-
version: 1.
|
|
6
|
+
version: 1.207.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -3442,7 +3442,7 @@ paths:
|
|
|
3442
3442
|
format: date
|
|
3443
3443
|
example: '2024-02-02'
|
|
3444
3444
|
description: Imports the day off as a full day. The user must have a working schedule on this date.
|
|
3445
|
-
description: At least one day must be present
|
|
3445
|
+
description: At least one day must be present, and at most 100.
|
|
3446
3446
|
- example:
|
|
3447
3447
|
user_id: f29abf48-337d-44b4-aad4-585f5277a456
|
|
3448
3448
|
leave_type_id: 0f517e20-2e76-4684-8d6c-3334f6d7148c
|
|
@@ -3,7 +3,7 @@ info:
|
|
|
3
3
|
title: Teamleader API
|
|
4
4
|
description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
|
|
5
5
|
contact: {}
|
|
6
|
-
version: 1.
|
|
6
|
+
version: 1.207.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -18676,7 +18676,7 @@ components:
|
|
|
18676
18676
|
format: date
|
|
18677
18677
|
example: '2024-02-02'
|
|
18678
18678
|
description: Imports the day off as a full day. The user must have a working schedule on this date.
|
|
18679
|
-
description: At least one day must be present
|
|
18679
|
+
description: At least one day must be present, and at most 100.
|
|
18680
18680
|
daysOff.bulkDelete.request:
|
|
18681
18681
|
title: daysOff.bulkDelete.request
|
|
18682
18682
|
required:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamleader/focus-api-specification",
|
|
3
3
|
"description": "Teamleader Focus API Specification",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.207.0",
|
|
5
5
|
"author": "Teamleader <development@teamleader.eu> (https://www.teamleader.eu)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/teamleadercrm/focus-api-specification/issues"
|