Set Profile About
PATCH {{URL}}/v1/settings/profile/about
You must use the
admin
account to access the profile settings.
To update your profile's About section, update the text field of the API call to the /v1/settings/profile/about
endpoint.
Request Parameter
Name | Description |
---|---|
text Type: String | Text to display in your profile's About section |
The max length for the string is 139 characters. |
Response
A successful request returns the HTTP Status Code 200 OK
and either null
or {}
.
If you encounter any errors, see Error and Status Messages.
Request Body
{"text"=>"{{About Profile}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"meta":{"api_status":"stable","version":"v2.45.1"}}