Skip to content

Commit

Permalink
Updated swagger with IsConfirmationNeeded (#1840)
Browse files Browse the repository at this point in the history
* Updated swagger with IsConfirmationNeeded

* update: IsConfirmationNeeded not required, DueDateTime nullable
  • Loading branch information
CelineTrammi authored Oct 25, 2024
1 parent 95b6037 commit 3f5cb78
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions static/swagger/altinn-correspondence-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@
"type": "string",
"format": "date-time"
},
"Correspondence.IsConfirmationNeeded": {
"type": "boolean"
},
"Recipients": {
"type": "array",
"items": {
Expand Down Expand Up @@ -537,6 +540,9 @@
"Correspondence.Published": {
"style": "form"
},
"Correspondence.IsConfirmationNeeded": {
"style": "form"
},
"Recipients": {
"style": "form"
},
Expand Down Expand Up @@ -1099,7 +1105,8 @@
},
"dueDateTime": {
"type": "string",
"format": "date-time"
"format": "date-time",
"nullable": true
},
"externalReferences": {
"type": "array",
Expand Down Expand Up @@ -1133,6 +1140,9 @@
"type": "string",
"format": "date-time",
"nullable": true
},
"IsConfirmationNeeded": {
"type": "boolean"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -1317,7 +1327,8 @@
},
"dueDateTime": {
"type": "string",
"format": "date-time"
"format": "date-time",
"nullable": true
},
"externalReferences": {
"type": "array",
Expand Down Expand Up @@ -1352,6 +1363,9 @@
"format": "date-time",
"nullable": true
},
"IsConfirmationNeeded": {
"type": "boolean"
},
"recipient": {
"type": "string",
"nullable": true
Expand Down Expand Up @@ -1457,7 +1471,8 @@
},
"dueDateTime": {
"type": "string",
"format": "date-time"
"format": "date-time",
"nullable": true
},
"externalReferences": {
"type": "array",
Expand Down Expand Up @@ -1492,6 +1507,9 @@
"format": "date-time",
"nullable": true
},
"IsConfirmationNeeded": {
"type": "boolean"
},
"recipient": {
"type": "string",
"nullable": true
Expand Down

0 comments on commit 3f5cb78

Please sign in to comment.