@@ -124,13 +124,13 @@ This operation takes one parameter, an associative array, with the following key
124
124
| ` caching[n]['rules'][n] ` | Information about a TTL rule. | Associative array | No | ` null ` | ` array( ... ) ` |
125
125
| ` caching[n]['rules'][n]['name'] ` | A human-readable name of the TTL rule. | No | ` null ` | ` images ` |
126
126
| ` caching[n]['rules'][n]['requestUrl'] ` | The request URL this rule should match (regex supported). | String | No | ` null ` | ` ^/images/.+$ ` |
127
- | ` restrictions ` | List of restrictions on who can access new service . | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
127
+ | ` restrictions ` | List of restrictions on where the service can be accessed from . | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
128
128
| ` restrictions[n] ` | Information about an access restriction. | Associative array | No | ` null ` | ` array( ... ) ` |
129
129
| ` restrictions[n]['name'] ` | A human-readable name of the restriction. | String | No | ` null ` | ` affiliate_sites_only ` |
130
130
| ` restrictions[n]['rules'] ` | List of restrition rules. | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
131
131
| ` restrictions[n]['rules'][n] ` | Information about a restriction rule. | Associative array | No | ` null ` | ` array( ... ) ` |
132
132
| ` restrictions[n]['rules'][n]['name'] ` | A human-readable name of the restriction rule. | String | No | ` null ` | ` Wile E. Coyote's site ` |
133
- | ` restrictions[n]['rules'][n]['referrer'] ` | The domain from which the new service can be accessed. | String | No | ` null ` | ` www.wilecoyote.com ` |
133
+ | ` restrictions[n]['rules'][n]['referrer'] ` | The domain from which the service can be accessed. | String | No | ` null ` | ` www.wilecoyote.com ` |
134
134
135
135
You can create a service as shown in the following example:
136
136
@@ -208,13 +208,13 @@ This operation takes one parameter, an associative array, with the following key
208
208
| ` caching[n]['rules'][n] ` | Information about a TTL rule. | Associative array | No | ` null ` | ` array( ... ) ` |
209
209
| ` caching[n]['rules'][n]['name'] ` | A human-readable name of the TTL rule. | No | ` null ` | ` images ` |
210
210
| ` caching[n]['rules'][n]['requestUrl'] ` | The request URL this rule should match (regex supported). | String | No | ` null ` | ` ^/images/.+$ ` |
211
- | ` restrictions ` | List of restrictions on who can access new service . | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
211
+ | ` restrictions ` | List of restrictions on where the service can be accessed from . | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
212
212
| ` restrictions[n] ` | Information about an access restriction. | Associative array | No | ` null ` | ` array( ... ) ` |
213
213
| ` restrictions[n]['name'] ` | A human-readable name of the restriction. | String | No | ` null ` | ` affiliate_sites_only ` |
214
214
| ` restrictions[n]['rules'] ` | List of restrition rules. | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
215
215
| ` restrictions[n]['rules'][n] ` | Information about a restriction rule. | Associative array | No | ` null ` | ` array( ... ) ` |
216
216
| ` restrictions[n]['rules'][n]['name'] ` | A human-readable name of the restriction rule. | String | No | ` null ` | ` Wile E. Coyote's site ` |
217
- | ` restrictions[n]['rules'][n]['referrer'] ` | The domain from which the new service can be accessed. | String | No | ` null ` | ` www.wilecoyote.com ` |
217
+ | ` restrictions[n]['rules'][n]['referrer'] ` | The domain from which the service can be accessed. | String | No | ` null ` | ` www.wilecoyote.com ` |
218
218
219
219
You can update a service as shown in the following example:
220
220
0 commit comments