summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-merge-robot <k8s.production.user@gmail.com>2015-10-09 15:47:21 -0700
committerk8s-merge-robot <k8s.production.user@gmail.com>2015-10-09 15:47:21 -0700
commitdab14bc02674401cd707a4ee11dd55de69bb0222 (patch)
treee6439bac6b99625b25436616018abcaafbc5e3fa
parentb0884c7373c19d12448ecc54675ac98e78c7bdc9 (diff)
parent6d04d610747b27e3fd27ee0c240648024eafe2da (diff)
Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams
Auto commit by PR queue bot
-rw-r--r--api_changes.md2
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
}
```