From 7089ad9bdb7766568bdce4c7a53d1304bf375db5 Mon Sep 17 00:00:00 2001 From: Martin Todorov <> Date: Mon, 11 Nov 2024 11:37:27 +0100 Subject: [PATCH 1/2] Fjernet ubrukte felt fra collection --- altinn-correspondence-postman-collection.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/altinn-correspondence-postman-collection.json b/altinn-correspondence-postman-collection.json index 5e436915..72eb2b5f 100644 --- a/altinn-correspondence-postman-collection.json +++ b/altinn-correspondence-postman-collection.json @@ -949,16 +949,6 @@ "value": "testfile.txt", "type": "text" }, - { - "key": "Correspondence.content.attachments[0].RestrictionName", - "value": "1234", - "type": "text" - }, - { - "key": "Correspondence.content.attachments[0].Sender", - "value": "0192:{{senderOrgNo}}", - "type": "text" - }, { "key": "Correspondence.content.attachments[0].SendersReference", "value": "1234", @@ -1039,11 +1029,6 @@ "value": "1", "type": "text" }, - { - "key": "Correspondence.notification.notificationChannel", - "value": "2", - "type": "text" - }, { "key": "Correspondence.notification.SendReminder", "value": "true", From 1ea94efbbcc64e26b46b876f3cd03328f553398f Mon Sep 17 00:00:00 2001 From: Martin Todorov <> Date: Tue, 12 Nov 2024 13:11:14 +0100 Subject: [PATCH 2/2] Lagt til notificationChannel igjen --- altinn-correspondence-postman-collection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/altinn-correspondence-postman-collection.json b/altinn-correspondence-postman-collection.json index 72eb2b5f..fabac66a 100644 --- a/altinn-correspondence-postman-collection.json +++ b/altinn-correspondence-postman-collection.json @@ -1029,6 +1029,11 @@ "value": "1", "type": "text" }, + { + "key": "Correspondence.notification.notificationChannel", + "value": "2", + "type": "text" + }, { "key": "Correspondence.notification.SendReminder", "value": "true",