NervesHubUserAPI.DeviceCertificate.create

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

create(org_name, product_name, device_identifier, pem, auth)

View Source

Specs

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

Upload a trusted certificate for a device.

Verb: POST Path: /orgs/:org_name/products/:product_name/devices/:device_identifier/certificates