@@ -127,7 +127,7 @@ This operation takes one parameter, an associative array, with the following key
127
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
- | ` restrictions[n]['rules'] ` | List of restrition rules. | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
130
+ | ` restrictions[n]['rules'] ` | List of restriction 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
133
| ` restrictions[n]['rules'][n]['referrer'] ` | The domain from which the service can be accessed. | String | No | ` null ` | ` www.wilecoyote.com ` |
@@ -211,7 +211,7 @@ This operation takes one parameter, an associative array, with the following key
211
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
- | ` restrictions[n]['rules'] ` | List of restrition rules. | Array of associative arrays | No | ` null ` | ` array( ... ) ` |
214
+ | ` restrictions[n]['rules'] ` | List of restriction 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
217
| ` restrictions[n]['rules'][n]['referrer'] ` | The domain from which the service can be accessed. | String | No | ` null ` | ` www.wilecoyote.com ` |
0 commit comments