Skip to content

Commit

Permalink
br
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Dec 16, 2024
1 parent c41b258 commit 8a52e19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/schema/V1/swagger.verified.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"additionalProperties": false,
"properties": {
"mediaType": {
"description": "Media type of the content (plaintext, Markdown). Can also indicate that the content is embeddable.",
"description": "Media type of the content, this can also indicate that the content is embeddable.\nFor a list of supported media types, see (link TBD).",
"type": "string"
},
"value": {
Expand Down Expand Up @@ -6970,4 +6970,4 @@
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ public sealed class ContentValueDto
public List<LocalizationDto> Value { get; set; } = [];

/// <summary>
/// Media type of the content (plaintext, Markdown). Can also indicate that the content is embeddable.
/// Media type of the content, this can also indicate that the content is embeddable.
/// For a list of supported media types, see (link TBD).
/// </summary>
public string MediaType { get; set; } = MediaTypes.PlainText;
}

0 comments on commit 8a52e19

Please sign in to comment.