Skip to main content

Update current user

PATCH 

/api/v1/users/me

Update current user details

Request

Body

required

    data

    object

    type stringrequired

    Possible values: [users]

    attributes

    object

    allergies string
    avatar binary
    bio string
    birthday date
    city string
    country_code string
    cover binary
    cv binary
    email string
    experience string
    facebook_url string
    favourite_drink string
    favourite_food string
    gender string

    Valid values: male, female, other

    instagram_url string
    linkedin_url string
    monthly_bars_budget int32
    monthly_delivery_takeaway_budget int32
    monthly_restaurants_budget int32
    name string
    phone string
    phone_country_code string
    phone_country_prefix string
    post_code string
    public_email string
    recovery_email string
    region_code string
    short_description string
    specializations_list string

    Slugs of specializations delimited by comma

    street string
    street_number string
    twitter_url string
    website_url string
    language string

    Possible values: [en, de, fr, es, it]

Responses

Update current user details

Schema

    any

Loading...