@teamleader/focus-api-specification 1.167.0 → 1.168.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.168.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -750,6 +750,17 @@ paths:
|
|
|
750
750
|
whitelabeling:
|
|
751
751
|
type: boolean
|
|
752
752
|
example: true
|
|
753
|
+
teams:
|
|
754
|
+
type: array
|
|
755
|
+
items:
|
|
756
|
+
allOf:
|
|
757
|
+
- title: TypeAndId
|
|
758
|
+
type: object
|
|
759
|
+
properties: *ref_1
|
|
760
|
+
- properties:
|
|
761
|
+
type:
|
|
762
|
+
type: string
|
|
763
|
+
example: team
|
|
753
764
|
- example:
|
|
754
765
|
data:
|
|
755
766
|
id: cb8da52a-ce89-4bf6-8f7e-8ee6cb85e3b5
|
|
@@ -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.168.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -17202,6 +17202,15 @@ components:
|
|
|
17202
17202
|
example: Europe/Brussels
|
|
17203
17203
|
preferences:
|
|
17204
17204
|
$ref: '#/components/schemas/UserPreferences'
|
|
17205
|
+
teams:
|
|
17206
|
+
type: array
|
|
17207
|
+
items:
|
|
17208
|
+
allOf:
|
|
17209
|
+
- $ref: '#/components/schemas/TypeAndId'
|
|
17210
|
+
- properties:
|
|
17211
|
+
type:
|
|
17212
|
+
type: string
|
|
17213
|
+
example: team
|
|
17205
17214
|
Page:
|
|
17206
17215
|
title: Page
|
|
17207
17216
|
type: object
|
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.168.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"
|