Skip to content

Commit

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

0 comments on commit d98c70f

Please sign in to comment.