Skip to content

Commit 10cfecc

Browse files
committed
Update changelog
1 parent 7c2aa6a commit 10cfecc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Added
1717

1818
- Add filter_shift_swaps endpoint to schedules API ([#2684](https://github.com/grafana/oncall/pull/2684))
19+
- Add shifts endpoint to shift swap API ([#2697](https://github.com/grafana/oncall/pull/2697/))
1920

2021
### Fixed
2122

engine/apps/api/views/shift_swap.py

-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ def shifts(self, request, pk) -> Response:
9595

9696
return Response(result, status=status.HTTP_200_OK)
9797

98-
# test: return shifts for swap
99-
10098
@action(methods=["post"], detail=True)
10199
def take(self, request, pk) -> Response:
102100
shift_swap = self.get_object()

0 commit comments

Comments
 (0)