NervesHubUserAPI.Deployment.create

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

create(org_name, product_name, name, firmware_uuid, version, tags, auth)

View Source

Specs

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

Create a new deployment.

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