NervesHubUserAPI.Firmware.create

You're seeing just the function create, go back to NervesHubUserAPI.Firmware module for more information.
Link to this function

create(org_name, product_name, tar, ttl \\ nil, auth)

View Source

Specs

create(
  String.t(),
  String.t(),
  String.t(),
  non_neg_integer() | nil,
  NervesHubUserAPI.Auth.t()
) :: {:error, any()} | {:ok, any()}

Add signed firmware NervesHub.

Verb: POST Path: /orgs/:org_name/products/:product_name/firmwares