Class ByProjectKeyImageSearchConfigPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyImageSearchConfigPostString,ImageSearchConfigResponse>
com.commercetools.ml.client.ByProjectKeyImageSearchConfigPostString
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("")
            .execute()