Skip to content

Commit

Permalink
add entry to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobastos committed Jan 11, 2024
1 parent 95fd19c commit d8366fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ We list all backwards-compatible additions here. These are currently available i
- 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.
- We replaced `task_type_rate` with `work_type_rate` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. `task_type_rate` was never used.
- We added `project_id` to the `tasks.create` endpoint.
- We added the `tickets.create` endpoint.

#### December 2023
- The `dealPhases.list` endpoint can now filter phases by pipeline id.
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 @@ -8,6 +8,7 @@ We list all backwards-compatible additions here. These are currently available i
- 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.
- We replaced `task_type_rate` with `work_type_rate` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. `task_type_rate` was never used.
- We added `project_id` to the `tasks.create` endpoint.
- We added the `tickets.create` endpoint.

#### December 2023
- The `dealPhases.list` endpoint can now filter phases by pipeline id.
Expand Down

0 comments on commit d8366fa

Please sign in to comment.