@digdir/dialogporten-schema 1.43.0 → 1.44.0
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 +36 -6
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -5863,7 +5863,12 @@
|
|
|
5863
5863
|
}
|
|
5864
5864
|
}
|
|
5865
5865
|
},
|
|
5866
|
-
"description": "The UUID of the created dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
|
|
5866
|
+
"description": "The UUID of the created dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header.",
|
|
5867
|
+
"headers": {
|
|
5868
|
+
"Etag": {
|
|
5869
|
+
"description": "The new UUID ETag of the dialog"
|
|
5870
|
+
}
|
|
5871
|
+
}
|
|
5867
5872
|
},
|
|
5868
5873
|
"204": {
|
|
5869
5874
|
"description": "No Content"
|
|
@@ -5932,7 +5937,12 @@
|
|
|
5932
5937
|
],
|
|
5933
5938
|
"responses": {
|
|
5934
5939
|
"204": {
|
|
5935
|
-
"description": "The dialog aggregate was deleted successfully."
|
|
5940
|
+
"description": "The dialog aggregate was deleted successfully.",
|
|
5941
|
+
"headers": {
|
|
5942
|
+
"Etag": {
|
|
5943
|
+
"description": "The new UUID ETag of the dialog"
|
|
5944
|
+
}
|
|
5945
|
+
}
|
|
5936
5946
|
},
|
|
5937
5947
|
"400": {
|
|
5938
5948
|
"content": {
|
|
@@ -6088,7 +6098,12 @@
|
|
|
6088
6098
|
},
|
|
6089
6099
|
"responses": {
|
|
6090
6100
|
"204": {
|
|
6091
|
-
"description": "Patch was successfully applied."
|
|
6101
|
+
"description": "Patch was successfully applied.",
|
|
6102
|
+
"headers": {
|
|
6103
|
+
"Etag": {
|
|
6104
|
+
"description": "The new UUID ETag of the dialog"
|
|
6105
|
+
}
|
|
6106
|
+
}
|
|
6092
6107
|
},
|
|
6093
6108
|
"400": {
|
|
6094
6109
|
"content": {
|
|
@@ -6183,7 +6198,12 @@
|
|
|
6183
6198
|
},
|
|
6184
6199
|
"responses": {
|
|
6185
6200
|
"204": {
|
|
6186
|
-
"description": "The dialog aggregate was updated successfully."
|
|
6201
|
+
"description": "The dialog aggregate was updated successfully.",
|
|
6202
|
+
"headers": {
|
|
6203
|
+
"Etag": {
|
|
6204
|
+
"description": "The new UUID ETag of the dialog"
|
|
6205
|
+
}
|
|
6206
|
+
}
|
|
6187
6207
|
},
|
|
6188
6208
|
"400": {
|
|
6189
6209
|
"content": {
|
|
@@ -6481,7 +6501,12 @@
|
|
|
6481
6501
|
}
|
|
6482
6502
|
}
|
|
6483
6503
|
},
|
|
6484
|
-
"description": "The UUID of the created dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
|
|
6504
|
+
"description": "The UUID of the created dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header.",
|
|
6505
|
+
"headers": {
|
|
6506
|
+
"Etag": {
|
|
6507
|
+
"description": "The new UUID ETag of the dialog"
|
|
6508
|
+
}
|
|
6509
|
+
}
|
|
6485
6510
|
},
|
|
6486
6511
|
"204": {
|
|
6487
6512
|
"description": "No Content"
|
|
@@ -6844,7 +6869,12 @@
|
|
|
6844
6869
|
}
|
|
6845
6870
|
}
|
|
6846
6871
|
},
|
|
6847
|
-
"description": "The UUID of the created dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
|
|
6872
|
+
"description": "The UUID of the created dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header.",
|
|
6873
|
+
"headers": {
|
|
6874
|
+
"Etag": {
|
|
6875
|
+
"description": "The new UUID ETag of the dialog"
|
|
6876
|
+
}
|
|
6877
|
+
}
|
|
6848
6878
|
},
|
|
6849
6879
|
"204": {
|
|
6850
6880
|
"description": "No Content"
|