[SILO-598] fix: Fixed bugs identified while testing SDK (#8042)

This commit is contained in:
Dheeraj Kumar Ketireddy 2025-10-31 19:53:22 +05:30 committed by GitHub
parent 961cdf6c8f
commit bfea2c8572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 25 deletions

View file

@ -46,7 +46,7 @@ urlpatterns = [
name="cycle-archive-unarchive",
),
path(
"workspaces/<str:slug>/projects/<uuid:project_id>/archived-cycles/<uuid:pk>/unarchive/",
"workspaces/<str:slug>/projects/<uuid:project_id>/archived-cycles/<uuid:cycle_id>/unarchive/",
CycleArchiveUnarchiveAPIEndpoint.as_view(http_method_names=["delete"]),
name="cycle-archive-unarchive",
),