NervesHubUserAPI.Deployment.update

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

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

View Source

Specs

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

Update an existing deployment.

Verb: PUT Path: /orgs/:org_name/products/:product_name/deployments/:depolyment_name