NervesHubUserAPI.Device.update

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

update(org_name, product_name, device_identifier, params, auth)

View Source

Specs

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

Update an existing device.

Verb: PUT Path: /orgs/:org_name/products/:product_name/devices/:device_identifier