Current section
Files
Jump to
Current section
Files
lib/impl/schema/choice_field_values.ex
defmodule Dealcloud.Impl.Schema.ChoiceFieldValues do
@moduledoc false
@name "choiceFieldValues"
alias Dealcloud.Impl.Schema
def post(fieldId, body, config), do: ["#{fieldId}", @name] |> Schema.post(body, config)
end