From 7230828f9eddbd2cfa8b6cb8f7d1fd5604ab60eb Mon Sep 17 00:00:00 2001 From: Ali Naqvi Date: Thu, 11 Sep 2025 14:32:41 +0800 Subject: [PATCH] feat: [PPT-1758] Added patch, deleted methods to client --- src/placeos-core-client.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/placeos-core-client.cr b/src/placeos-core-client.cr index cb4ef24..535cb12 100644 --- a/src/placeos-core-client.cr +++ b/src/placeos-core-client.cr @@ -382,7 +382,7 @@ module PlaceOS::Core # API modem ########################################################################### - {% for method in %w(get post delete) %} + {% for method in %w(get post patch delete) %} # Executes a {{method.id.upcase}} request on core connection. # # The response status will be automatically checked and a `PlaceOS::Core::ClientError` raised if