@digdir/dialogporten-schema 1.105.0 → 1.106.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 +4 -3
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -10349,7 +10349,7 @@
|
|
|
10349
10349
|
},
|
|
10350
10350
|
"/api/v1/serviceowner/dialogs/endusercontext": {
|
|
10351
10351
|
"get": {
|
|
10352
|
-
"description": "Performs a search for dialog end user context labels, returning a paginated list of
|
|
10352
|
+
"description": "Performs a search for dialog end user context labels, returning a paginated list of dialog ids and end user context revisions.\n\n* Party is required.\n* System labels are matched with OR semantics.\n* See \\\u0022continuationToken\\\u0022 in the response for how to get the next page of results.\n* hasNextPage will be set to true if there are more items to get.",
|
|
10353
10353
|
"operationId": "V1ServiceOwnerDialogsQueriesSearchEndUserContext_DialogEndUserContext",
|
|
10354
10354
|
"parameters": [
|
|
10355
10355
|
{
|
|
@@ -10370,10 +10370,11 @@
|
|
|
10370
10370
|
"style": "form"
|
|
10371
10371
|
},
|
|
10372
10372
|
{
|
|
10373
|
-
"description": "
|
|
10373
|
+
"description": "Only return context for dialogs with contentUpdatedAt greater than or equal to the supplied date-time.",
|
|
10374
10374
|
"in": "query",
|
|
10375
|
-
"name": "
|
|
10375
|
+
"name": "contentUpdatedAfter",
|
|
10376
10376
|
"schema": {
|
|
10377
|
+
"format": "date-time",
|
|
10377
10378
|
"nullable": true,
|
|
10378
10379
|
"type": "string"
|
|
10379
10380
|
}
|