Skip to content

Commit

Permalink
update api/manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 19, 2024
1 parent 6822ad2 commit 69d4194
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2365,6 +2365,13 @@ components:
type: string
deprecated: true
description: The dataset path (for example /data)
default_products_filter_action:
type: string
default: PROCESS
description: Default Products filter action to apply during sync process.
enum:
- PROCESS
- IGNORE
deleted:
type: boolean
default: false
Expand Down Expand Up @@ -2418,6 +2425,7 @@ components:
\ not set anything (by default `wordpressMerchantWriter`)."
required:
- access_token
- default_products_filter_action
- deleted
- google_merchant_id
- publisher_name
Expand Down Expand Up @@ -2624,6 +2632,13 @@ components:
type: string
deprecated: true
description: The dataset path (for example /data)
default_products_filter_action:
type: string
default: PROCESS
description: Default Products filter action to apply during sync process.
enum:
- PROCESS
- IGNORE
deleted:
type: boolean
default: false
Expand Down Expand Up @@ -2715,6 +2730,7 @@ components:
\ not set anything (by default `wordpressMerchantWriter`)."
required:
- access_token
- default_products_filter_action
- deleted
- google_merchant_id
- publisher_name
Expand Down

0 comments on commit 69d4194

Please sign in to comment.