Put
Update your user profile data
Parameters:
Name | Optional / Required | Data type | Description | Default |
gender | required | String | Your gender (male or female) | |
firstname | required | String | Your firstname (min. length 2 characters, max. length 100 characters) | |
lastname | required | String | Your lastname (min. length 2 characters, max. length 100 characters) | |
birth_date | optional | Date | Your birth_date (YYYY-MM-DD) | |
address | optional | String | Your address (max. length 255 characters) | |
zip_code | optional | String | Your zip code (max. length 10 characters) | |
city | optional | String | Your city (max. length 50 characters) | |
country | optional | String | Your country (DE, GB, FR, ...) | |
description | optional | String | Your address (max. length 255 characters) | |
website | optional | String | Your website (max. length 255 characters, valid URL) | |
blog | optional | String | Your blog (max. length 255 characters, valid URL) | |
avatar | optional | String | A valid image URL | |
language | optional | String | Your language (de, en, fr, ...) |
Example:
Whatever language you are using, the result will be the same.
Last updated