class Lithic::Resources::ResponderEndpoints

def create(params = {})

Other tags:
    See: Lithic::Models::ResponderEndpointCreateParams -

Returns:
  • (Lithic::Models::ResponderEndpointCreateResponse) -

Parameters:
  • request_options (Lithic::RequestOptions, Hash{Symbol=>Object}, nil) --
  • url (String) --
  • type (Symbol, Lithic::Models::ResponderEndpointCreateParams::Type) --

Overloads:
  • create(type: nil, url: nil, request_options: {})
def create(params = {})
  parsed, options = Lithic::Models::ResponderEndpointCreateParams.dump_request(params)
  @client.request(
    method: :post,
    path: "v1/responder_endpoints",
    body: parsed,
    model: Lithic::Models::ResponderEndpointCreateResponse,
    options: options
  )
end