Skip to content

Commit

Permalink
Merge pull request #790 from teamleadercrm/feature/ticket_cloud_platf…
Browse files Browse the repository at this point in the history
…orm_url

Add ticket as a supported type for the cloudPlatforms.url endpoint.
  • Loading branch information
joaoinacio authored Feb 7, 2024
2 parents e8f0f94 + 6139528 commit 3802e8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ We list all backwards-compatible additions here. These are currently available i

#### February 2024
- We added the `tickets.importMessage`, `tickets.addReply` and `tickets.addInternalMessage` endpoints.
- We now support `ticket` as a valid `type` on the `cloudPlatforms.url` endpoint.

#### January 2024
- We renamed `task_type` and `task_type_id` to `work_type` and `work_type_id` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. The old names are still supported, but deprecated.
Expand Down Expand Up @@ -8787,6 +8788,7 @@ Fetch cloudPlatform url for type and id
+ Members
+ invoice
+ quotation
+ ticket
+ id: `b7023c11-455e-4fa5-bb96-87f37dbc7d07` (string, required)

+ Response 200 (application/json)
Expand Down
1 change: 1 addition & 0 deletions src/99-other/cloud-platforms.apib
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Fetch cloudPlatform url for type and id
+ Members
+ invoice
+ quotation
+ ticket
+ id: `b7023c11-455e-4fa5-bb96-87f37dbc7d07` (string, required)

+ Response 200 (application/json)
Expand Down
1 change: 1 addition & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ We list all backwards-compatible additions here. These are currently available i

#### February 2024
- We added the `tickets.importMessage`, `tickets.addReply` and `tickets.addInternalMessage` endpoints.
- We now support `ticket` as a valid `type` on the `cloudPlatforms.url` endpoint.

#### January 2024
- We renamed `task_type` and `task_type_id` to `work_type` and `work_type_id` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. The old names are still supported, but deprecated.
Expand Down

0 comments on commit 3802e8a

Please sign in to comment.