ConfigurationApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getConfiguration(): Response<ERROR CLASS: Symbol not found for ServerConfiguration>

Gets application configuration.

Link copied to clipboard
suspend fun getDefaultMetadataOptions(): Response<ERROR CLASS: Symbol not found for MetadataOptions>

Gets a default MetadataOptions object.

Link copied to clipboard

Gets a named configuration.

Link copied to clipboard

Gets a named configuration.

Link copied to clipboard
suspend fun updateBrandingConfiguration(data: ERROR CLASS: Symbol not found for BrandingOptionsDto): Response<Unit>

Updates branding configuration.

Link copied to clipboard
suspend fun updateConfiguration(data: ERROR CLASS: Symbol not found for ServerConfiguration): Response<Unit>

Updates application configuration.

Link copied to clipboard
suspend fun updateNamedConfiguration(key: String, data: ERROR CLASS: Symbol not found for JsonElement): Response<Unit>

Updates named configuration.