@teamleader/focus-api-specification 1.96.0 → 1.98.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.98.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -30178,7 +30178,13 @@ paths:
|
|
|
30178
30178
|
tags:
|
|
30179
30179
|
- files
|
|
30180
30180
|
summary: files.upload
|
|
30181
|
-
description:
|
|
30181
|
+
description: |
|
|
30182
|
+
Request the upload link for a file.
|
|
30183
|
+
|
|
30184
|
+
The following remarks apply to `temporary` files:
|
|
30185
|
+
- they exist for a maximum of 24 hours if not linked to an entity
|
|
30186
|
+
- do not show up in any file overview
|
|
30187
|
+
- are not included in external syncs
|
|
30182
30188
|
operationId: files.upload
|
|
30183
30189
|
parameters: []
|
|
30184
30190
|
requestBody:
|
|
@@ -30206,6 +30212,8 @@ paths:
|
|
|
30206
30212
|
- type
|
|
30207
30213
|
- id
|
|
30208
30214
|
- properties:
|
|
30215
|
+
id:
|
|
30216
|
+
description: Not required if `type` is `temporary`
|
|
30209
30217
|
type:
|
|
30210
30218
|
type: string
|
|
30211
30219
|
enum:
|
|
@@ -30216,6 +30224,7 @@ paths:
|
|
|
30216
30224
|
- creditNote
|
|
30217
30225
|
- nextgenProject
|
|
30218
30226
|
- ticket
|
|
30227
|
+
- temporary
|
|
30219
30228
|
example: company
|
|
30220
30229
|
folder:
|
|
30221
30230
|
type: string
|
|
@@ -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.98.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -15484,7 +15484,13 @@ paths:
|
|
|
15484
15484
|
tags:
|
|
15485
15485
|
- files
|
|
15486
15486
|
summary: files.upload
|
|
15487
|
-
description:
|
|
15487
|
+
description: |
|
|
15488
|
+
Request the upload link for a file.
|
|
15489
|
+
|
|
15490
|
+
The following remarks apply to `temporary` files:
|
|
15491
|
+
- they exist for a maximum of 24 hours if not linked to an entity
|
|
15492
|
+
- do not show up in any file overview
|
|
15493
|
+
- are not included in external syncs
|
|
15488
15494
|
operationId: files.upload
|
|
15489
15495
|
parameters: []
|
|
15490
15496
|
requestBody:
|
|
@@ -30088,6 +30094,8 @@ components:
|
|
|
30088
30094
|
- type
|
|
30089
30095
|
- id
|
|
30090
30096
|
- properties:
|
|
30097
|
+
id:
|
|
30098
|
+
description: Not required if `type` is `temporary`
|
|
30091
30099
|
type:
|
|
30092
30100
|
type: string
|
|
30093
30101
|
enum:
|
|
@@ -30098,6 +30106,7 @@ components:
|
|
|
30098
30106
|
- creditNote
|
|
30099
30107
|
- nextgenProject
|
|
30100
30108
|
- ticket
|
|
30109
|
+
- temporary
|
|
30101
30110
|
example: company
|
|
30102
30111
|
folder:
|
|
30103
30112
|
type: string
|
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.98.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"
|