v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update a Reaction Space

patch/{id}

Path parameters

idstring required

Request body

reaction_pack_idsstring[]
custom_datastring

Response

200

idstring
urlstring
created_bystring
client_idstring
{"stackTrail":"paths:/{id}:patch:responses:200:content:application/json:schema:properties:name","oasType":"schema","type":"unknown"}
reaction_pack_idsstring[]
{"stackTrail":"paths:/{id}:patch:responses:200:content:application/json:schema:properties:custom_data","oasType":"schema","type":"unknown"}
target_group_idstring
reaction_space_channelstring
user_reactions_urlstring
user_reaction_detail_url_templatestring
user_reactions_count_urlstring

Example response

{
  "id": "b964db17-1c2f-40ac-9c7c-9b0a014abc23",
  "url": "https://cf-blast.livelikecdn.com/api/v1/reaction-spaces/b964db17-1c2f-40ac-9c7c-9b0a014abc23/",
  "created_by": "e0a92904-2c6c-400e-93ba-d379142f06cc",
  "client_id": "pnODbVXg0UI80s0l2aH5Y7FOuGbftoAdSNqpdvo6",
  "reaction_pack_ids": [
    "f6fc5ed1-c48e-4c0e-9a90-6831f1725b5a"
  ],
  "target_group_id": "readme",
  "reaction_space_channel": "reaction_space.b964db17-1c2f-40ac-9c7c-9b0a014abc23",
  "user_reactions_url": "https://cf-blast.livelikecdn.com/api/v1/user-reactions/",
  "user_reaction_detail_url_template": "https://cf-blast.livelikecdn.com/api/v1/user-reactions/{user_reaction_id}/",
  "user_reactions_count_url": "https://cf-blast.livelikecdn.com/api/v1/user-reactions-count/"
}