Skip to content

Commit 013d768

Browse files
committed
Clarifying parameter description.
1 parent 5f550f9 commit 013d768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/CDN/USERGUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This operation takes one parameter, an associative array, with the following key
105105
| `flavorId` | The ID of the flavor to use for this service. | String | Yes | - | `cdn` |
106106
| `domains` | List of domain for your service. | Array of associative arrays | Yes | - | `array( ... )` |
107107
| `domains[n]` | Information about a domain for your service. | Associative array | Yes | - | `array( ... )` |
108-
| `domains[n]['domain']` | The domain name for your service. | String | Yes | - | 'www.acme.com' |
108+
| `domains[n]['domain']` | A domain name used by your service. | String | Yes | - | 'www.acme.com' |
109109
| `domains[n]['protocol']` | The protocol used by your service web site, `http` or `https`. | String | No | `http` | `http` |
110110
| `origins` | List of origin servers for your service. | Array of associative arrays | Yes | - | `array( ... )` |
111111
| `origins[n]` | Information about an origin server for your service. | Associative array | Yes | - | `array( ... )` |

0 commit comments

Comments
 (0)