This method requires authentication as it updates your OWN user bio

Request

PUT https://localhost:8989/api/profile/bio

Request body

The request body takes a complete Bio Update Request resource, containing the following writable properties:

{
    "bio": "string"
}

Properties

Name Type Description Additional
bio string

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

a GenericMessage object

GenericMessage

Explore this API

body
Request Content-Type
Response Content-Type
Try it out!