You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the update description endpoint, as the name suggests this endpoint just updates the description of a user. The endpoint expects a 'username' argument for the user's description to target and a 'description' argument for the description to be replaced. The source of the endpoint is at /endpoints/updateDescription.ts. Furthermore, this endpoint will return a status of '401' on an invalid API key, '500' on an internal server error and '200' on success.