Skip to content

Commit e962820

Browse files
1 parent a1f8554 commit e962820

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/Css/Resource/AccountsCssProductInputs.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ class AccountsCssProductInputs extends \Google\Service\Resource
3636
* (cssProductInputs.delete)
3737
*
3838
* @param string $name Required. The name of the CSS product input resource to
39-
* delete. Format: accounts/{account}/cssProductInputs/{css_product_input}
39+
* delete. Format: accounts/{account}/cssProductInputs/{css_product_input},
40+
* where the last section `css_product_input` consists of 3 parts:
41+
* contentLanguage~feedLabel~offerId. Example:
42+
* accounts/123/cssProductInputs/de~DE~rawProvidedId123
4043
* @param array $optParams Optional parameters.
4144
*
4245
* @opt_param string supplementalFeedId The Content API Supplemental Feed ID.
@@ -86,7 +89,10 @@ public function insert($parent, CssProductInput $postBody, $optParams = [])
8689
* (cssProductInputs.patch)
8790
*
8891
* @param string $name The name of the CSS Product input. Format:
89-
* `accounts/{account}/cssProductInputs/{css_product_input}`
92+
* `accounts/{account}/cssProductInputs/{css_product_input}`, where the last
93+
* section `css_product_input` consists of 3 parts:
94+
* contentLanguage~feedLabel~offerId. Example:
95+
* accounts/123/cssProductInputs/de~DE~rawProvidedId123
9096
* @param CssProductInput $postBody
9197
* @param array $optParams Optional parameters.
9298
*

0 commit comments

Comments
 (0)