Method: Cloudflare::Client#patch
- Defined in:
- lib/record_store/provider/cloudflare/client.rb
#patch(endpoint, body = nil) ⇒ Object
30 31 32 33 34 |
# File 'lib/record_store/provider/cloudflare/client.rb', line 30 def patch(endpoint, body = nil) uri = build_uri(endpoint) response = request(:patch, uri, body: body) Cloudflare::Response.new(response) end |