@digdir/dialogporten-schema 1.63.0 → 1.65.1-e3fb39e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/swagger.verified.json +13 -9
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -1482,14 +1482,9 @@
|
|
|
1482
1482
|
},
|
|
1483
1483
|
"type": "object"
|
|
1484
1484
|
},
|
|
1485
|
-
"
|
|
1485
|
+
"V1EndUserDialogSystemLabelsSet_SetDialogSystemLabelRequest": {
|
|
1486
1486
|
"additionalProperties": false,
|
|
1487
1487
|
"properties": {
|
|
1488
|
-
"ifMatchDialogRevision": {
|
|
1489
|
-
"format": "guid",
|
|
1490
|
-
"nullable": true,
|
|
1491
|
-
"type": "string"
|
|
1492
|
-
},
|
|
1493
1488
|
"label": {
|
|
1494
1489
|
"$ref": "#/components/schemas/DialogEndUserContextsEntities_SystemLabel"
|
|
1495
1490
|
}
|
|
@@ -2475,7 +2470,7 @@
|
|
|
2475
2470
|
]
|
|
2476
2471
|
},
|
|
2477
2472
|
"systemLabel": {
|
|
2478
|
-
"description": "Set the system label of the dialog
|
|
2473
|
+
"description": "Set the system label of the dialog.",
|
|
2479
2474
|
"nullable": true,
|
|
2480
2475
|
"oneOf": [
|
|
2481
2476
|
{
|
|
@@ -5600,19 +5595,28 @@
|
|
|
5600
5595
|
"format": "guid",
|
|
5601
5596
|
"type": "string"
|
|
5602
5597
|
}
|
|
5598
|
+
},
|
|
5599
|
+
{
|
|
5600
|
+
"in": "header",
|
|
5601
|
+
"name": "if-Match",
|
|
5602
|
+
"schema": {
|
|
5603
|
+
"format": "guid",
|
|
5604
|
+
"nullable": true,
|
|
5605
|
+
"type": "string"
|
|
5606
|
+
}
|
|
5603
5607
|
}
|
|
5604
5608
|
],
|
|
5605
5609
|
"requestBody": {
|
|
5606
5610
|
"content": {
|
|
5607
5611
|
"application/json": {
|
|
5608
5612
|
"schema": {
|
|
5609
|
-
"$ref": "#/components/schemas/
|
|
5613
|
+
"$ref": "#/components/schemas/V1EndUserDialogSystemLabelsSet_SetDialogSystemLabelRequest"
|
|
5610
5614
|
}
|
|
5611
5615
|
}
|
|
5612
5616
|
},
|
|
5613
5617
|
"description": "",
|
|
5614
5618
|
"required": true,
|
|
5615
|
-
"x-name": "
|
|
5619
|
+
"x-name": "SetDialogSystemLabelRequest",
|
|
5616
5620
|
"x-position": 1
|
|
5617
5621
|
},
|
|
5618
5622
|
"responses": {
|