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
Copy file name to clipboardExpand all lines: docs/userguide/CDN/USERGUIDE.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ This operation takes one parameter, an associative array, with the following key
123
123
|`caching[n]['rules']`| List of rules that determine if this TTL should be applied to an asset. | Array of associative arrays | No |`null`|`array( ... )`|
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
-
|`caching[n]['rules'][n]['request_url']`| The request URL this rule should match (regex supported). | String | No |`null`|`^/images/.+$`|
126
+
|`caching[n]['rules'][n]['requestUrl']`| The request URL this rule should match (regex supported). | String | No |`null`|`^/images/.+$`|
127
127
|`restrictions`| List of restrictions on who can access new service. | 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`|
@@ -199,15 +199,15 @@ This operation takes one parameter, an associative array, with the following key
199
199
|`origins[n]['origin']['rules']`| List of rules defining the conditions when this origin should be accessed. | Array of associative arrays | No |`null`|`array( ... )`|
200
200
|`origins[n]['origin']['rules'][n]`| Information about an access rule. | Associative array | No |`null`|`array( ... )`|
201
201
|`origins[n]['origin']['rules'][n]['name']`| A human-readable name of the rule. | String | No |`null`|`images`|
202
-
|`origins[n]['origin']['rules'][n]['request_url']`| The request URL this rule should match (regex supported). | String | No |`null`|`^/images/.+$`|
202
+
|`origins[n]['origin']['rules'][n]['requestUrl']`| The request URL this rule should match (regex supported). | String | No |`null`|`^/images/.+$`|
203
203
|`caching`| List of TTL rules for assets of this service. | Array of associative arrays | No |`null`|`array( ... )`|
204
204
|`caching[n]`| Information about a TTL rule. | Associative array | No |`null`|`array( ... )`|
205
205
|`caching[n]['name']`| A human-readable name of the TTL rule. | String | No |`null`|`long_ttl`|
206
206
|`caching[n]['ttl']`| The TTL value, in seconds. | Integer | No |`null`|`604800`|
207
207
|`caching[n]['rules']`| List of rules that determine if this TTL should be applied to an asset. | Array of associative arrays | No |`null`|`array( ... )`|
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
-
|`caching[n]['rules'][n]['request_url']`| The request URL this rule should match (regex supported). | String | No |`null`|`^/images/.+$`|
210
+
|`caching[n]['rules'][n]['requestUrl']`| The request URL this rule should match (regex supported). | String | No |`null`|`^/images/.+$`|
211
211
|`restrictions`| List of restrictions on who can access new service. | 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`|
0 commit comments