From 22d37e3825d895d44abb4ba0b5e4b8785f7f0968 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:06:32 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/resources/products.raml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api-specs/api/resources/products.raml b/api-specs/api/resources/products.raml index a803adcf9..65318d56b 100644 --- a/api-specs/api/resources/products.raml +++ b/api-specs/api/resources/products.raml @@ -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.