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 Sep 12, 2024
1 parent a20f747 commit 069f8cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2293,6 +2293,12 @@ components:
description: "The total number of processed products, including the skipped\
\ and errored."
readOnly: true
products_unchanged:
type: integer
format: int32
description: The number of products that haven't changed and therefore haven't
been synced again
readOnly: true
products_updated:
type: integer
format: int32
Expand Down Expand Up @@ -2395,6 +2401,9 @@ components:
sync_products_total:
type: integer
format: int32
sync_products_unchanged:
type: integer
format: int32
sync_products_updated:
type: integer
format: int32
Expand Down

0 comments on commit 069f8cf

Please sign in to comment.