Skip to content

Commit 7a7ff51

Browse files
committed
Clarifying parameter descriptions.
1 parent 6d0a4e0 commit 7a7ff51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/userguide/CDN/USERGUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ This operation takes one parameter, an associative array, with the following key
124124
| `caching[n]['rules'][n]` | Information about a TTL rule. | Associative array | No | `null` | `array( ... )` |
125125
| `caching[n]['rules'][n]['name']` | A human-readable name of the TTL rule. | No | `null` | `images` |
126126
| `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( ... )` |
128128
| `restrictions[n]` | Information about an access restriction. | Associative array | No | `null` | `array( ... )` |
129129
| `restrictions[n]['name']` | A human-readable name of the restriction. | String | No | `null` | `affiliate_sites_only` |
130130
| `restrictions[n]['rules']` | List of restrition rules. | Array of associative arrays | No | `null` | `array( ... )` |
131131
| `restrictions[n]['rules'][n]` | Information about a restriction rule. | Associative array | No | `null` | `array( ... )` |
132132
| `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` |
134134

135135
You can create a service as shown in the following example:
136136

@@ -208,13 +208,13 @@ This operation takes one parameter, an associative array, with the following key
208208
| `caching[n]['rules'][n]` | Information about a TTL rule. | Associative array | No | `null` | `array( ... )` |
209209
| `caching[n]['rules'][n]['name']` | A human-readable name of the TTL rule. | No | `null` | `images` |
210210
| `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( ... )` |
212212
| `restrictions[n]` | Information about an access restriction. | Associative array | No | `null` | `array( ... )` |
213213
| `restrictions[n]['name']` | A human-readable name of the restriction. | String | No | `null` | `affiliate_sites_only` |
214214
| `restrictions[n]['rules']` | List of restrition rules. | Array of associative arrays | No | `null` | `array( ... )` |
215215
| `restrictions[n]['rules'][n]` | Information about a restriction rule. | Associative array | No | `null` | `array( ... )` |
216216
| `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` |
218218

219219
You can update a service as shown in the following example:
220220

0 commit comments

Comments
 (0)