@teamleader/focus-api-specification 1.162.0 → 1.164.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.162.0
6
+ version: 1.164.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -30234,7 +30234,12 @@ paths:
30234
30234
  description: 'Create & send an initial autoreply according to configuration (default: automatic).'
30235
30235
  milestone_id:
30236
30236
  type: string
30237
+ description: Links the ticket to a milestone. Only applicable to accounts using legacy projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30237
30238
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
30239
+ project_id:
30240
+ type: string
30241
+ description: Links the ticket to a project. Only applicable to accounts using the new projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30242
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
30238
30243
  - example:
30239
30244
  subject: My ticket subject
30240
30245
  customer:
@@ -30374,7 +30379,13 @@ paths:
30374
30379
  milestone_id:
30375
30380
  type: string
30376
30381
  nullable: true
30382
+ description: Links the ticket to a milestone. Only applicable to accounts using legacy projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30377
30383
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
30384
+ project_id:
30385
+ type: string
30386
+ nullable: true
30387
+ description: Links the ticket to a project. Only applicable to accounts using the new projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30388
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
30378
30389
  - example:
30379
30390
  id: f29abf48-337d-44b4-aad4-585f5277a456
30380
30391
  subject: My ticket subject
@@ -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.162.0
6
+ version: 1.164.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -30758,7 +30758,12 @@ components:
30758
30758
  description: 'Create & send an initial autoreply according to configuration (default: automatic).'
30759
30759
  milestone_id:
30760
30760
  type: string
30761
+ description: Links the ticket to a milestone. Only applicable to accounts using legacy projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30761
30762
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
30763
+ project_id:
30764
+ type: string
30765
+ description: Links the ticket to a project. Only applicable to accounts using the new projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30766
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
30762
30767
  tickets.create.response:
30763
30768
  title: tickets.create.response
30764
30769
  type: object
@@ -30820,7 +30825,13 @@ components:
30820
30825
  milestone_id:
30821
30826
  type: string
30822
30827
  nullable: true
30828
+ description: Links the ticket to a milestone. Only applicable to accounts using legacy projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30823
30829
  example: 32665afd-1818-0ed3-9e18-a603a3a21b95
30830
+ project_id:
30831
+ type: string
30832
+ nullable: true
30833
+ description: Links the ticket to a project. Only applicable to accounts using the new projects. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
30834
+ example: 49b403be-a32e-0901-9b1c-25214f9027c6
30824
30835
  tickets.listMessages.request:
30825
30836
  title: tickets.listMessages.request
30826
30837
  type: object
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `project_id` parameter to the `tickets.create` and `tickets.update` endpoints. Accounts using legacy projects link a ticket to a milestone via `milestone_id`, while accounts using the new projects link a ticket to a project via `project_id`. A ticket can be linked to either a `milestone_id` or a `project_id`, but not both.
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.162.0",
4
+ "version": "1.164.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"