---
title: "Update an Application"
method: PATCH
path: "/{client_id}/"
---

# Update an Application

`PATCH /{client_id}/`

This API requires using a Personal API Token. The requester must be an Admin in the organization

## Path parameters

- `client_id` string, required

## Request body

- object
  - `name` string — The application name
  - `default_chat_room_content_filter` string — The default content filter applied to new chat rooms created in the application. Choices are "none" (no filtering), "profanity" (profanity is filtered), and "producer" (only Producer users can post chat messages.)
  - `block_policy` 'disabled' | 'active' | 'active_and_passive' — Controls how block relationships restrict actions and visibility

## Response `200`

200

- object
  - `url` string
  - `name` string
  - `client_id` string
  - `media_url` string
  - `pubnub_subscribe_key` string
  - `pubnub_publish_key` string
  - `pubnub_origin` string
  - `pubnub_heartbeat_interval` integer
  - `pubnub_presence_timeout` integer
  - `sendbird_app_id` unknown
  - `sendbird_api_endpoint` unknown
  - `sessions_url` string
  - `profile_url` string
  - `profile_detail_url_template` string
  - `sticker_packs_url` string
  - `reaction_packs_url` string
  - `image_url` string
  - `programs_url` string
  - `program_detail_url_template` string
  - `program_custom_id_url_template` string
  - `sticker_pack_detail_url_template` string
  - `reaction_pack_detail_url_template` string
  - `leaderboard_detail_url_template` string
  - `chat_rooms_url` string
  - `chat_room_detail_url_template` string
  - `create_chat_room_url` string
  - `chat_rooms_invitations_url` string
  - `chat_room_invitation_detail_url_template` string
  - `create_chat_room_invitation_url` string
  - `reward_items_url` string
  - `mixpanel_token` string
  - `organization_id` string
  - `organization_name` string
  - `analytics_properties` object
    - `Internal App ID` string
    - `Internal App Name` string
    - `Organization ID` string
    - `Organization Name` string
  - `agora_app_id` unknown
  - `agora_token_url_template` string
  - `widget_detail_url_template` string
  - `badges_url` string
  - `reward_transactions_url` string
  - `profile_search_url` string
  - `profile_chat_room_received_invitations_url_template` string
  - `profile_chat_room_sent_invitations_url_template` string

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
