@teamleader/focus-api-specification 1.207.0 → 1.208.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.208.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -9556,6 +9556,10 @@ paths:
|
|
|
9556
9556
|
type: string
|
|
9557
9557
|
description: Uses Markdown formatting. A quotation needs `grouped_lines` and/or `text` to be valid
|
|
9558
9558
|
example: Quotation text
|
|
9559
|
+
name:
|
|
9560
|
+
type: string
|
|
9561
|
+
description: Between 1 and 80 characters. Only letters, digits and limited punctuation are accepted; characters such as `/`, `\`, `*`, `?`, `<`, `>` and `|` are rejected. If omitted, a name is generated based on the quotation number.
|
|
9562
|
+
example: Webdevelopment
|
|
9559
9563
|
document_template_id:
|
|
9560
9564
|
type: string
|
|
9561
9565
|
example: 179e1564-493b-4305-8c54-a34fc80920fc
|
|
@@ -9942,6 +9946,10 @@ paths:
|
|
|
9942
9946
|
description: Uses Markdown formatting. A quotation needs `grouped_lines` and/or `text` to be valid
|
|
9943
9947
|
nullable: true
|
|
9944
9948
|
example: Quotation text
|
|
9949
|
+
name:
|
|
9950
|
+
type: string
|
|
9951
|
+
description: Between 1 and 80 characters. Only letters, digits and limited punctuation are accepted; characters such as `/`, `\`, `*`, `?`, `<`, `>` and `|` are rejected.
|
|
9952
|
+
example: Webdevelopment
|
|
9945
9953
|
document_template_id:
|
|
9946
9954
|
type: string
|
|
9947
9955
|
example: 179e1564-493b-4305-8c54-a34fc80920fc
|
|
@@ -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.208.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -21667,6 +21667,10 @@ components:
|
|
|
21667
21667
|
type: string
|
|
21668
21668
|
description: Uses Markdown formatting. A quotation needs `grouped_lines` and/or `text` to be valid
|
|
21669
21669
|
example: Quotation text
|
|
21670
|
+
name:
|
|
21671
|
+
type: string
|
|
21672
|
+
description: Between 1 and 80 characters. Only letters, digits and limited punctuation are accepted; characters such as `/`, `\`, `*`, `?`, `<`, `>` and `|` are rejected. If omitted, a name is generated based on the quotation number.
|
|
21673
|
+
example: Webdevelopment
|
|
21670
21674
|
document_template_id:
|
|
21671
21675
|
type: string
|
|
21672
21676
|
example: 179e1564-493b-4305-8c54-a34fc80920fc
|
|
@@ -21857,6 +21861,10 @@ components:
|
|
|
21857
21861
|
description: Uses Markdown formatting. A quotation needs `grouped_lines` and/or `text` to be valid
|
|
21858
21862
|
nullable: true
|
|
21859
21863
|
example: Quotation text
|
|
21864
|
+
name:
|
|
21865
|
+
type: string
|
|
21866
|
+
description: Between 1 and 80 characters. Only letters, digits and limited punctuation are accepted; characters such as `/`, `\`, `*`, `?`, `<`, `>` and `|` are rejected.
|
|
21867
|
+
example: Webdevelopment
|
|
21860
21868
|
document_template_id:
|
|
21861
21869
|
type: string
|
|
21862
21870
|
example: 179e1564-493b-4305-8c54-a34fc80920fc
|
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.208.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"
|