Class ByProjectKeyImageSearchConfigPost

All Implemented Interfaces:
ClientRequestCommand<ImageSearchConfigResponse>, CreateHttpRequestCommand, HttpRequestCommand<ImageSearchConfigResponse>, RequestCommand<ImageSearchConfigResponse>

Endpoint to update the image search config.



   CompletableFuture<ApiHttpResponse<com.commercetools.ml.models.image_search_config.ImageSearchConfigResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .imageSearch()
            .config()
            .post(null)
            .execute()