Copy application settings
Copies and applies settings of an application to another application within an organization. Settings including global settings, channel settings can be copied while unique information such as ID and name of an application are not copied. The applications must be in the same Sendbird server region.
HTTP request
Request body
The following table lists the properties of an HTTP request that this action supports.
Properties
Required | Type | Description |
---|---|---|
from_app_id | string | Specifies the unique ID of the application to copy the settings. |
to_app_id | string | Specifies the unique ID of the application to apply the copied settings. |
Note: The Sendbird applications specified in
from_app_id
andto_app_id
must be in the same Sendbird server region.
Response
If successful, this action returns an application resource in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.