Class ByProjectKeyImageSearchConfigPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse,ImageSearchConfigRequest>
com.commercetools.ml.client.ByProjectKeyImageSearchConfigPost
All Implemented Interfaces:
io.vrap.rmf.base.client.ClientRequestCommand<ImageSearchConfigResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.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()