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
"description": "A schema which validates params accepted by the FWSSP adapter",
5
+
"type": "object",
6
+
"properties": {
7
+
"custom_site_section_id": {
8
+
"type": "string",
9
+
"description": "custom Site Section tag (e.g. ss_12345) or numeric Site Section ID (e.g. 12345)"
10
+
},
11
+
"network_id": {
12
+
"type": "string",
13
+
"description": "Network ID (e.g. 12345)"
14
+
},
15
+
"profile_id": {
16
+
"type": "string",
17
+
"description": "The value should contain a profile name. and NOT a numeric profile ID. This can either include the network ID prefix (e.g. 123456:profile_name_xyz123) or with the profile name alone (e.g. profile_name_xyz123)"
0 commit comments