Package org.projectnessie.api.v2
Interface ConfigApi
- All Known Subinterfaces:
HttpConfigApi
public interface ConfigApi
-
Method Summary
Modifier and TypeMethodDescriptionGet the server configuration.getRepositoryConfig(List<String> repositoryConfigTypes) updateRepositoryConfig(UpdateRepositoryConfigRequest repositoryConfigUpdate)
-
Method Details
-
getConfig
NessieConfiguration getConfig()Get the server configuration. -
getRepositoryConfig
-
updateRepositoryConfig
UpdateRepositoryConfigResponse updateRepositoryConfig(UpdateRepositoryConfigRequest repositoryConfigUpdate) throws NessieConflictException - Throws:
NessieConflictException
-