Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Apr 9, 2024
1 parent 7a5a267 commit 22d37e3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions api-specs/api/resources/products.raml
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,3 @@ post:
application/json:
example: !include ../examples/ProductSearch/product-search-response.example.json
type: ProductPagedSearchResponse
head:
securedBy: [oauth_2_0: { scopes: ['project_settings:{projectKey}'] }]
description: |
Checks whether a search index for the Project's Products exists.
Returns a `200 OK` status if the index exists, a `404 Not Found` error otherwise.
responses:
200:
description: The search index exists and the Search Products endpoint is fully operational.
404:
description: The search index does not exist and the Search Products endpoint returns Error 404 only.

0 comments on commit 22d37e3

Please sign in to comment.