Skip to main content

Update a user object (full update)

Replace a user document with a new user's document.

Path Parameters
  • username string required

    Username

Request Body required

New user data

  • bio string

    Possible values: non-empty and <= 64 characters

  • location string

    Possible values: non-empty and <= 16 characters

  • name string

    Possible values: non-empty and <= 32 characters

  • url string

    Possible values: <= 64 characters

Responses

OK


Schema
  • admin boolean
  • bio string
  • comments_count integer
  • confirmed boolean
  • email string
  • followers string[]
  • followers_count integer
  • following string[]
  • following_count integer
  • has_avatar boolean
  • last_seen integer
  • likes string[]
  • likes_count integer
  • location string
  • member_since integer
  • name string
  • password string
  • submissions_count integer
  • type string
  • url string
  • username string
Loading...