Skip to content

Commit 21aedcd

Browse files
committed
Updated API from documentation release
1 parent 57b4f2f commit 21aedcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api-specs/api/resources/products.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ post:
275275
displayName: Search Products
276276
securedBy: [oauth_2_0: { scopes: ['view_published_products:{projectKey}'] }]
277277
description: |
278-
If the indexing is in progress or the feature is inactive, an [ObjectNotFound](ctp:api:type:ObjectNotFoundError) error is returned.
279-
If inactive, you can [reactivate](/../api/projects/product-search#activation-of-the-feature) it.
278+
If indexing is in progress or if Product Search is inactive, an [ObjectNotFound](ctp:api:type:ObjectNotFoundError) error is returned.
279+
If inactive, you can [reactivate](/../api/projects/product-search#activate-the-product-search-api) it.
280280
body:
281281
application/json:
282282
type: ProductSearchRequest

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: ErrorObject
44
displayName: ObjectNotFoundError
55
discriminatorValue: ObjectNotFound
66
description: |
7-
Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activation-of-the-feature).
7+
Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activate-the-product-search-api).
88
properties:
99
code:
1010
type: string

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: GraphQLErrorObject
44
displayName: GraphQLObjectNotFoundError
55
discriminatorValue: ObjectNotFound
66
description: |
7-
Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activation-of-the-feature).
7+
Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activate-the-product-search-api).
88
properties:
99
code:
1010
type: string

0 commit comments

Comments
 (0)