Skip to content

Commit d17560a

Browse files
Regenerate css client (#6576)
1 parent dbd9aa9 commit d17560a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Css/Resource/AccountsCssProductInputs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function insert($parent, CssProductInput $postBody, $optParams = [])
8888
* minutes before the processed Css Product can be retrieved.
8989
* (cssProductInputs.patch)
9090
*
91-
* @param string $name The name of the CSS Product input. Format:
91+
* @param string $name Identifier. The name of the CSS Product input. Format:
9292
* `accounts/{account}/cssProductInputs/{css_product_input}`, where the last
9393
* section `css_product_input` consists of 3 parts:
9494
* contentLanguage~feedLabel~offerId. Example:

src/Css/Resource/AccountsLabels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function listAccountsLabels($parent, $optParams = [])
9090
/**
9191
* Updates a label. (labels.patch)
9292
*
93-
* @param string $name The resource name of the label. Format:
93+
* @param string $name Identifier. The resource name of the label. Format:
9494
* accounts/{account}/labels/{label}
9595
* @param AccountLabel $postBody
9696
* @param array $optParams Optional parameters.

0 commit comments

Comments
 (0)