@digdir/dialogporten-schema 1.41.1-c5f3bfb → 1.41.3-1f69b9b
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 +15 -3
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"additionalProperties": false,
|
|
316
316
|
"properties": {
|
|
317
317
|
"mediaType": {
|
|
318
|
-
"description": "Media type of the content
|
|
318
|
+
"description": "Media type of the content, this can also indicate that the content is embeddable.\nFor a list of supported media types, see (link TBD).",
|
|
319
319
|
"type": "string"
|
|
320
320
|
},
|
|
321
321
|
"value": {
|
|
@@ -5853,6 +5853,9 @@
|
|
|
5853
5853
|
},
|
|
5854
5854
|
"description": "The UUID of the created the dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
|
|
5855
5855
|
},
|
|
5856
|
+
"204": {
|
|
5857
|
+
"description": "No Content"
|
|
5858
|
+
},
|
|
5856
5859
|
"400": {
|
|
5857
5860
|
"content": {
|
|
5858
5861
|
"application/problem\u002Bjson": {
|
|
@@ -6468,6 +6471,9 @@
|
|
|
6468
6471
|
},
|
|
6469
6472
|
"description": "The UUID of the created the dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
|
|
6470
6473
|
},
|
|
6474
|
+
"204": {
|
|
6475
|
+
"description": "No Content"
|
|
6476
|
+
},
|
|
6471
6477
|
"400": {
|
|
6472
6478
|
"content": {
|
|
6473
6479
|
"application/problem\u002Bjson": {
|
|
@@ -6741,7 +6747,10 @@
|
|
|
6741
6747
|
"content": {
|
|
6742
6748
|
"application/json": {
|
|
6743
6749
|
"schema": {
|
|
6744
|
-
"
|
|
6750
|
+
"items": {
|
|
6751
|
+
"$ref": "#/components/schemas/V1ServiceOwnerDialogTransmissionsQueriesSearch_Transmission"
|
|
6752
|
+
},
|
|
6753
|
+
"type": "array"
|
|
6745
6754
|
}
|
|
6746
6755
|
}
|
|
6747
6756
|
},
|
|
@@ -6825,6 +6834,9 @@
|
|
|
6825
6834
|
},
|
|
6826
6835
|
"description": "The UUID of the created the dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
|
|
6827
6836
|
},
|
|
6837
|
+
"204": {
|
|
6838
|
+
"description": "No Content"
|
|
6839
|
+
},
|
|
6828
6840
|
"400": {
|
|
6829
6841
|
"content": {
|
|
6830
6842
|
"application/problem\u002Bjson": {
|
|
@@ -6958,4 +6970,4 @@
|
|
|
6958
6970
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
6959
6971
|
}
|
|
6960
6972
|
]
|
|
6961
|
-
}
|
|
6973
|
+
}
|