Skip to content

Commit

Permalink
Switch to JSON as default output type for simple variable workflow ex…
Browse files Browse the repository at this point in the history
…ecution
  • Loading branch information
Andreas Schultz committed Dec 14, 2020
1 parent 7924711 commit d1c9fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ object VariableWorkflowRequestUtils {

/** The mime types that the variable workflow supports as response. */
val acceptedMimeType: Seq[String] = Seq(
xmlMimeType, // XML dataset, this is the default for now FIXME: switch to JSON with CMEM-3051
jsonMimeType, // JSON dataset
xmlMimeType, // XML dataset, this is the default for now
ntriplesMimeType, // RDF file dataset with N-Triples output
xlsxMimeType, // Excel dataset
csvMimeTypeShort, // CSV dataset
Expand Down

0 comments on commit d1c9fca

Please sign in to comment.