Skip to content

Commit

Permalink
docs: update body param type for run_request (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 20, 2024
1 parent 4b34b50 commit 18154c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/faraday/connection.rb
Expand Up @@ -423,8 +423,8 @@ def build_url(url = nil, extra_params = nil)
#
# @param method [Symbol] HTTP method.
# @param url [String, URI, nil] String or URI to access.
# @param body [String, nil] The request body that will eventually be converted to
# a string.
# @param body [String, Hash, Array, nil] The request body that will eventually be converted to
# a string; middlewares can be used to support more complex types.
# @param headers [Hash, nil] unencoded HTTP header key/value pairs.
#
# @return [Faraday::Response]
Expand Down

0 comments on commit 18154c8

Please sign in to comment.