NervesHubUserAPI.Device.create
You're seeing just the function
create
, go back to NervesHubUserAPI.Device module for more information.
Link to this function
create(org_name, product_name, identifier, description, tags, auth)
View SourceSpecs
create( String.t(), String.t(), String.t(), String.t(), [String.t()], NervesHubUserAPI.Auth.t() ) :: {:error, any()} | {:ok, any()}
Create a new device.
Verb: POST Path: /orgs/:org_name/products/:product_name/devices