v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update User Profile

patch/{profile_id}/

Path parameters

profile_idstring required

Unique identifier of profile

Request body

nicknamestring

If provided, the nickname will be updated

custom_datastring

Optional custom data to set on the user profile

Response

200

idstring
subscribe_channelstring
urlstring
chat_room_memberships_urlstring
blocked_profiles_template_urlstring
client_idstring
reward_item_balances_urlstring
reward_item_credit_urlstring
reward_item_debit_urlstring
{"stackTrail":"paths:/{profile_id}/:patch:responses:200:content:application/json:schema:properties:custom_data","oasType":"schema","type":"unknown"}
reward_item_transfer_urlstring
chat_room_invitations_url_templatestring
badges_urlstring
badge_progress_urlstring
block_profile_urlstring
pointsinteger
reported_countinteger
created_atstring
nicknamestring

Example response

{
  "id": "cf827079-fdca-49b9-a775-f24198496d5e",
  "subscribe_channel": "profile.cf827079-fdca-49b9-a775-f24198496d5e",
  "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/",
  "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/chat-room-memberships/",
  "blocked_profiles_template_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/?blocked_profile_id={blocked_profile_id}",
  "client_id": "N8mzx8CUQWzTXBkKrKIXtvh4NY3dztltjxncM68c",
  "reward_item_balances_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-balances/",
  "reward_item_credit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-credits/",
  "reward_item_debit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-debits/",
  "reward_item_transfer_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-transfers/",
  "chat_room_invitations_url_template": "https://cf-blast.livelikecdn.com/api/v1/chat-room-invitations/?client_id={client_id}&invited_profile_id={profile_id}",
  "badges_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/badges/",
  "badge_progress_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/badge-progress/",
  "block_profile_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/",
  "created_at": "2019-09-30T15:59:44.933696Z",
  "nickname": "Swift Bear",
  "attributes": [
    {
      "key": "team_name",
      "value": "All Stars"
    }
  ]
}