Change user info

change user info

PUT https://ai-skin-server.herokuapp.com/v1/user

Headers

Name
Type
Description

Authorization

string

Your api key

Request Body

Name
Type
Description

regenerate

boolean

Lets you change the api key, make sure to get the response of the key!

prefix

string

You can change this prefix to remind you of your api key (please do not change it to your actual key)

displayName

string

Change your display name on the network

{
  "status": "ok",
  "changed": {
    "displayName": "Foo-Bar",
    "prefix": "Your set prefix",
    "regenerated": "Null or the created api key"
  }
}

Last updated

Was this helpful?