NervesHubUserAPI.User.sign

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

sign(email, password, csr, description)

View Source

Specs

sign(String.t(), String.t(), String.t(), String.t()) ::
  {:error, any()} | {:ok, any()}

Sign a user certificate for an existing user.

Verb: POST Path: /users/sign