You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`remote-config-update-user-identifier-criteria`|Updates remote config's user identifier criteria.|
36
40
`retention-series`|Retrieves time-series data of user retention.|
37
41
`stickiness-series`|Retrieves time-series data of user stickiness (return visit frequency).|
38
42
@@ -121,6 +125,13 @@ Parameters|Type|Description
121
125
`pageSize`|`number`*optional*|
122
126
`searchKeyword`|`string`*optional*|name, description, or campaignKey of a push message.
123
127
128
+
---
129
+
#### Tool: **`remote-config-create`**
130
+
Creates an empty remote config. It is recommended to update an existing RC first if there is an associated RC with the one you want to create since the total number of RC is limited.
131
+
Parameters|Type|Description
132
+
-|-|-
133
+
`body`|`object`|
134
+
124
135
---
125
136
#### Tool: **`remote-config-detail`**
126
137
Fetch remote config detail.
@@ -138,6 +149,30 @@ Parameters|Type|Description
138
149
`searchKeyword`|`string`*optional*|
139
150
`status`|`string`*optional*|
140
151
152
+
---
153
+
#### Tool: **`remote-config-update`**
154
+
Updates remote config's content.
155
+
Parameters|Type|Description
156
+
-|-|-
157
+
`body`|`object`|
158
+
`remoteConfigId`|`number`|Remote config's id.
159
+
160
+
---
161
+
#### Tool: **`remote-config-update-description`**
162
+
Updates remote config's description. The change will be applied to both production and development environment.
0 commit comments