Post website url to update logged-in user.
None
{
"websiteUrl": "string"
}
- cookie: token=... (required)
{
"success": true,
"message": "Profile updated"
}
Example:
Code | Description |
---|---|
200 | Success |
400 | Bad Request. |
401 | Unauthorized. |
404 | Not Found. |
500 | Internal Server Error. |
None