Skip to content

Commit 1664a84

Browse files
committed
Updated API from documentation release
1 parent ad99469 commit 1664a84

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api-specs/api/types/error/SemanticErrorError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: ErrorObject
44
displayName: SemanticErrorError
55
discriminatorValue: SemanticError
66
description: |
7-
Returned when a [Discount predicate](/../api/predicates/predicate-operators) or [API Extension predicate](/../api/predicates/query#using-predicates-in-conditional-api-extensions) is not semantically correct.
7+
Returned when a [Discount predicate](/../api/predicates/predicate-operators) or [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions) is not semantically correct.
88
properties:
99
code:
1010
type: string

api-specs/api/types/error/SyntaxErrorError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: ErrorObject
44
displayName: SyntaxErrorError
55
discriminatorValue: SyntaxError
66
description: |
7-
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#using-predicates-in-conditional-api-extensions), or [search query](/../api/projects/products-search) does not have the correct syntax.
7+
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions), or [search query](/../api/projects/products-search) does not have the correct syntax.
88
properties:
99
code:
1010
type: string

api-specs/api/types/error/graphql/GraphQLSemanticErrorError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: GraphQLErrorObject
44
displayName: GraphQLSemanticErrorError
55
discriminatorValue: SemanticError
66
description: |
7-
Returned when a [Discount predicate](/../api/predicates/predicate-operators) or [API Extension predicate](/../api/predicates/query#using-predicates-in-conditional-api-extensions) is not semantically correct.
7+
Returned when a [Discount predicate](/../api/predicates/predicate-operators) or [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions) is not semantically correct.
88
properties:
99
code:
1010
type: string

api-specs/api/types/error/graphql/GraphQLSyntaxErrorError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: GraphQLErrorObject
44
displayName: GraphQLSyntaxErrorError
55
discriminatorValue: SyntaxError
66
description: |
7-
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#using-predicates-in-conditional-api-extensions), or [search query](/../api/projects/products-search) does not have the correct syntax.
7+
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions), or [search query](/../api/projects/products-search) does not have the correct syntax.
88
properties:
99
code:
1010
type: string

api-specs/import/types/product-draft-import.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ types:
7575
type: boolean
7676
default: false
7777
description: |
78-
Determines the published status and current/staged projection of the Product. For more information, see [Managing the published state of Products](/import-export/best-practices#managing-the-published-state-of-products).
78+
Determines the published status and current/staged projection of the Product. For more information, see [Managing the published state of Products](/import-export/best-practices#manage-published-state-of-products).
7979
priceMode?:
8080
type: common.ProductPriceModeEnum
8181
description: |

api-specs/import/types/product-import.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ types:
116116
type: boolean
117117
default: false
118118
description: |
119-
Determines the published status and current/staged projection of the Product. For more information, see [Managing the published state of Products](/import-export/best-practices#managing-the-published-state-of-products).
119+
Determines the published status and current/staged projection of the Product. For more information, see [Managing the published state of Products](/import-export/best-practices#manage-published-state-of-products).
120120
priceMode?:
121121
type: common.ProductPriceModeEnum
122122
description: |

0 commit comments

Comments
 (0)