We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
solutions
AuthorizedMimeTypes
CsmPlatformProperties
1 parent fb82831 commit 853db2fCopy full SHA for 853db2f
src/main/kotlin/com/cosmotech/api/config/CsmPlatformProperties.kt
@@ -427,6 +427,8 @@ data class CsmPlatformProperties(
427
data class AuthorizedMimeTypes(
428
/** List of authorized mime types for workspace file upload */
429
val workspaces: List<String> = emptyList(),
430
+ /** List of authorized mime types for solution file upload */
431
+ val solutions: List<String> = emptyList(),
432
/** List of authorized mime types for dataset file upload */
433
val datasets: List<String> = emptyList(),
434
)
0 commit comments