[SILO-598] fix: Fixed bugs identified while testing SDK (#8042)
This commit is contained in:
parent
961cdf6c8f
commit
bfea2c8572
4 changed files with 8 additions and 25 deletions
|
|
@ -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",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue