Skip to content

Commit 6986ac9

Browse files
committed
EU
1 parent 37258a7 commit 6986ac9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/schema/V1/swagger.verified.json

+5
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,11 @@
13371337
"nullable": true,
13381338
"type": "string"
13391339
},
1340+
"externalReference": {
1341+
"description": "Arbitrary string with a service-specific reference to an external system or service.\n \nRefer to the service-specific documentation provided by the service owner for details (if in use).",
1342+
"nullable": true,
1343+
"type": "string"
1344+
},
13401345
"guiAttachmentCount": {
13411346
"description": "The number of attachments in the dialog made available for browser-based frontends.",
13421347
"format": "int32",

src/Digdir.Domain.Dialogporten.Application/Features/V1/EndUser/Dialogs/Queries/Search/DialogDtoBase.cs

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ public class DialogDtoBase
7171
/// </summary>
7272
public string? ExtendedStatus { get; set; }
7373

74+
/// <summary>
75+
/// Arbitrary string with a service-specific reference to an external system or service.
76+
///
77+
/// Refer to the service-specific documentation provided by the service owner for details (if in use).
78+
/// </summary>
79+
public string? ExternalReference { get; set; }
80+
7481
/// <summary>
7582
/// The date and time when the dialog was created.
7683
/// </summary>

0 commit comments

Comments
 (0)