NervesHubUserAPI.ProductUser.update

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

update(org_name, product_name, username, role, auth)

View Source

Specs

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

Update an existing org user's role.

Verb: PUT Path: /orgs/:org_name/product/:product_name/users/:username