File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/main/kotlin/com/cosmotech/api Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -535,8 +535,6 @@ data class CsmPlatformProperties(
535535 data class AuthorizedMimeTypes (
536536 /* * List of authorized mime types for workspace file upload */
537537 val workspaces : List <String > = emptyList(),
538- /* * List of authorized mime types for step handler file upload */
539- val handlers : List <String > = emptyList(),
540538 )
541539 }
542540}
Original file line number Diff line number Diff line change @@ -64,15 +64,12 @@ const val PATH_SOLUTIONS = "/organizations/*/solutions"
6464const val PATH_SOLUTIONS_PARAMETERS = " /organizations/*/solutions/*/parameters"
6565const val PATH_SOLUTIONS_PARAMETERGROUPS = " /organizations/*/solutions/*/parameterGroups"
6666const val PATH_SOLUTIONS_RUNTEMPLATES = " /organizations/*/solutions/*/runTemplates"
67- const val PATH_SOLUTIONS_RUNTEMPLATES_HANDLERS_UPLOAD =
68- " /organizations/*/solutions/*/runTemplates/*/handlers/*/upload"
6967val PATHS_SOLUTIONS =
7068 listOf (
7169 PATH_SOLUTIONS ,
7270 PATH_SOLUTIONS_PARAMETERS ,
7371 PATH_SOLUTIONS_PARAMETERGROUPS ,
74- PATH_SOLUTIONS_RUNTEMPLATES ,
75- PATH_SOLUTIONS_RUNTEMPLATES_HANDLERS_UPLOAD )
72+ PATH_SOLUTIONS_RUNTEMPLATES )
7673
7774// Path Workspaces
7875const val PATH_WORKSPACES = " /organizations/*/workspaces"
You can’t perform that action at this time.
0 commit comments