Platform settings
List Platform settings
GET /api/mimock/v1/platform-settings
Returns all supported platform settings in Mimock Platform.
Update Platform settings
PUT /api/mimock/v1/platform-settings
Updates the default platform settings. This API will be extensible in future.
@Getter@Setter@Builderpublic class PlatformSettingsRequest { @Schema(example = "true", description = "Export and Import Feature Enabled/Disabled") private Boolean isExportImportEnabled; @Schema(example = "true", description = "Flush Bin CRON Feature Enabled/Disabled") private Boolean isFlushBinCronEnabled;}