@digdir/dialogporten-schema 1.13.0 → 1.14.0-1380b33
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 +9 -0
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -5057,6 +5057,15 @@
|
|
|
5057
5057
|
"format": "guid",
|
|
5058
5058
|
"type": "string"
|
|
5059
5059
|
}
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"description": "Filter by end user id",
|
|
5063
|
+
"in": "query",
|
|
5064
|
+
"name": "endUserId",
|
|
5065
|
+
"schema": {
|
|
5066
|
+
"nullable": true,
|
|
5067
|
+
"type": "string"
|
|
5068
|
+
}
|
|
5060
5069
|
}
|
|
5061
5070
|
],
|
|
5062
5071
|
"responses": {
|