diff options
| author | k8s-merge-robot <k8s.production.user@gmail.com> | 2015-10-09 15:47:21 -0700 |
|---|---|---|
| committer | k8s-merge-robot <k8s.production.user@gmail.com> | 2015-10-09 15:47:21 -0700 |
| commit | dab14bc02674401cd707a4ee11dd55de69bb0222 (patch) | |
| tree | e6439bac6b99625b25436616018abcaafbc5e3fa /api_changes.md | |
| parent | b0884c7373c19d12448ecc54675ac98e78c7bdc9 (diff) | |
| parent | 6d04d610747b27e3fd27ee0c240648024eafe2da (diff) | |
Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams
Auto commit by PR queue bot
Diffstat (limited to 'api_changes.md')
| -rw-r--r-- | api_changes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api_changes.md b/api_changes.md index b9fcd392..6b96b0e2 100644 --- a/api_changes.md +++ b/api_changes.md @@ -157,7 +157,7 @@ type Frobber struct { Height int `json:"height"` Width int `json:"width"` Param string `json:"param"` // the first param - ExtraParams []string `json:"params"` // additional params + ExtraParams []string `json:"extraParams"` // additional params } ``` |
