This is a fix to the documentation -- no code was affected.
The example curl command for registering a new user has issues. The path needs to start with /v1, e.g., /v1/register/username, and it needs to be a POST request. It's been adjusted accordingly, and some information regarding what to expect when it's executed was added.
This is a fix to the documentation -- no code was affected.
The example curl command for registering a new user has issues. The path needs to start with
/v1
, e.g.,/v1/register/username
, and it needs to be aPOST
request. It's been adjusted accordingly, and some information regarding what to expect when it's executed was added.