Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/placeos-core-client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down