Skip to content

Commit

Permalink
Merge branch 'master' into docs/update-intro-course-module-6
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlingHauan authored Oct 25, 2024
2 parents 314b8f0 + 3f5cb78 commit a79f6b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Du kan opprette dette depotet fra organisasjonssiden i Gitea-delen av Altinn Stu
## Opprett ressursadministrasjonsteam

- Ressursgruppe som kan tilordnes til {org}-ressurser
- Ressurser-Publiser-PROD - Rett til å publisere til produksjon
- Ressurser-Publiser-TT02: Team med rettigheter til å publisere til TT02
- Resources-Publish-PROD: Rett til å publisere til produksjon
- Resources-Publish-TT02: Team med rettigheter til å publisere til TT02

Lag opprettes fra organisasjonssiden i Gitea-delen av Altinn Studio.

Expand Down
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 a79f6b0

Please sign in to comment.