Class ByProjectKeyStoresKeyByKeyHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStoresKeyByKeyHead>, ErrorableTrait<ByProjectKeyStoresKeyByKeyHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if a Store exists for a given key. Returns a 200 OK status if the Store exists or a 404 Not Found otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .stores()
            .withKey("{key}")
            .head()
            .execute()