Skip to content

Commit

Permalink
Add DELETE method
Browse files Browse the repository at this point in the history
  • Loading branch information
griffri committed Feb 14, 2024
1 parent 6c5b027 commit 3f1a8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protagonist/DLCS.HydraModel/DefaultDeliveryChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public override void DefineOperations()
{
SupportedOperations = CommonOperations.GetStandardResourceOperations(
operationId, "Default Delivery Channel", Id,
"GET", "POST", "PUT");
"GET", "POST", "PUT", "DELETE");
}
}

0 comments on commit 3f1a8d0

Please sign in to comment.