Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.4 KB

File metadata and controls

12 lines (9 loc) · 2.4 KB

ProxyRequestBody

Fields

Field Type Required Description Example
body T::Hash[Symbol, ::Object] The body of the request
headers T::Hash[Symbol, ::Object] The headers to send in the request {
"Content-Type": "application/json"
}
method T.nilable(Models::Shared::Method) The method of the request
path T.nilable(::String) The path of the request including any query parameters /employees/directory
url T.nilable(::String) The base url of the request https://api.sample-integration.com/v1