Skip to content

Commit

Permalink
fix: add published to details and overview, add notification to overv…
Browse files Browse the repository at this point in the history
…iew (#1834)
  • Loading branch information
CelineTrammi authored Oct 21, 2024
1 parent b6af7bd commit 2015b20
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion static/swagger/altinn-correspondence-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,10 @@
"IgnoreReservation": {
"type": "boolean",
"nullable": true
},
"published": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -1377,6 +1381,20 @@
},
"additionalProperties": false
},
"CorrespondenceNotificationOverview": {
"type": "object",
"properties": {
"notificationOrderId": {
"type": "string",
"format": "uuid",
"nullable": true
},
"isReminder": {
"type": "boolean"
}
},
"additionalProperties": false
},
"CorrespondenceOverviewExt": {
"required": [
"correspondenceId",
Expand Down Expand Up @@ -1484,9 +1502,14 @@
"notifications": {
"type": "array",
"items": {
"$ref": "#/components/schemas/NotificationExt"
"$ref": "#/components/schemas/CorrespondenceNotificationOverview"
},
"nullable": true
},
"published" : {
"type": "string",
"format": "date-time",
"nullable": true
}
},
"additionalProperties": false
Expand Down

0 comments on commit 2015b20

Please sign in to comment.