@digdir/dialogporten-schema 1.54.0-8f382cd → 1.55.1-c9e10db

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/swagger.verified.json +137 -50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.54.0-8f382cd",
3
+ "version": "1.55.1-c9e10db",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -1810,33 +1810,46 @@
1810
1810
  "additionalProperties": false,
1811
1811
  "properties": {
1812
1812
  "hasKeyRole": {
1813
+ "description": "Whether the authenticated user has a key role in the party.\n \nRead more about key roles (norwegian) at https://docs.altinn.studio/nb/altinn-studio/reference/configuration/authorization/guidelines_authorization/roles_and_rights/roles_er/#n\u00F8kkelroller",
1813
1814
  "type": "boolean"
1814
1815
  },
1815
1816
  "hasOnlyAccessToSubParties": {
1817
+ "description": "If the authenticated user has only access to sub parties of this party, and not this party itself.",
1816
1818
  "type": "boolean"
1817
1819
  },
1818
1820
  "isAccessManager": {
1821
+ "description": "Whether the authenticated user is an access manager of the party.\n \nRead more about access managers (norwegian) at https://docs.altinn.studio/nb/altinn-studio/reference/configuration/authorization/guidelines_authorization/roles_and_rights/roles_altinn/altinn_roles_administration/#tilgangsstrying",
1819
1822
  "type": "boolean"
1820
1823
  },
1821
1824
  "isCurrentEndUser": {
1825
+ "description": "Whether this party represents the authenticated user.",
1822
1826
  "type": "boolean"
1823
1827
  },
1824
1828
  "isDeleted": {
1829
+ "description": "Whether the party is deleted or not",
1825
1830
  "type": "boolean"
1826
1831
  },
1827
1832
  "isMainAdministrator": {
1833
+ "description": "Whether the authenticated user is the main administrator of the party\n \nRead more about main administrator (norwegian) at https://docs.altinn.studio/nb/altinn-studio/reference/configuration/authorization/guidelines_authorization/roles_and_rights/roles_altinn/altinn_roles_administration/#hovedadministrator",
1828
1834
  "type": "boolean"
1829
1835
  },
1830
1836
  "name": {
1837
+ "description": "The name of the party (verbatim from CCR, usually in all caps)",
1838
+ "example": "CONTOSO REAL ESTATE AS",
1831
1839
  "type": "string"
1832
1840
  },
1833
1841
  "party": {
1842
+ "description": "The party identifier in URN format",
1843
+ "example": "urn:altinn:organization:identifier-no:912345678",
1834
1844
  "type": "string"
1835
1845
  },
1836
1846
  "partyType": {
1847
+ "description": "The type of the party, either \u0022Organization\u0022 or \u0022Person\u0022.",
1848
+ "example": "Organization",
1837
1849
  "type": "string"
1838
1850
  },
1839
1851
  "subParties": {
1852
+ "description": "The sub parties of this party, if any. The sub party uses the same data model.",
1840
1853
  "items": {
1841
1854
  "$ref": "#/components/schemas/V1EndUserPartiesQueriesGet_AuthorizedParty"
1842
1855
  },
@@ -4846,6 +4859,7 @@
4846
4859
  }
4847
4860
  },
4848
4861
  "info": {
4862
+ "description": "Dialogporten API description for both enduser and serviceowner users, as well as open metadata information for public key material.\u003Cbr\u003E\u003Cbr\u003EAll operations* described within this document require authentication and authorization. Read more at \u003Ca href=\u0022https://docs.altinn.studio/dialogporten/user-guides/authenticating/\u0022\u003Ehttps://docs.altinn.studio/dialogporten/user-guides/authenticating/\u003C/a\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cstrong\u003EAll GET operations* and POST operations may return or contain, respectively, personal identifiable information (national identity numbers and names).\u003C/strong\u003E\u003Cbr\u003E\u003Cbr\u003EFor more information about this product, see \u003Ca href=\u0022https://docs.altinn.studio/dialogporten\u0022\u003Ehttps://docs.altinn.studio/dialogporten\u003C/a\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cem\u003E* Except the metadata APIs",
4849
4863
  "title": "Dialogporten",
4850
4864
  "version": "v1"
4851
4865
  },
@@ -4897,7 +4911,7 @@
4897
4911
  },
4898
4912
  "/api/v1/enduser/dialogs": {
4899
4913
  "get": {
4900
- "description": "Performs a search for dialogs, returning a paginated list of dialogs. For more information see the documentation (link TBD).\n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\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.",
4914
+ "description": "Performs a search for dialogs, returning a paginated list of dialogs. \n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\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.",
4901
4915
  "operationId": "V1EndUserDialogsSearch_SearchDialog",
4902
4916
  "parameters": [
4903
4917
  {
@@ -5133,7 +5147,9 @@
5133
5147
  },
5134
5148
  "security": [
5135
5149
  {
5136
- "JWTBearerAuth": []
5150
+ "JWTBearerAuth": [
5151
+ "digdir:dialogporten"
5152
+ ]
5137
5153
  }
5138
5154
  ],
5139
5155
  "summary": "Gets a list of dialogs",
@@ -5144,7 +5160,7 @@
5144
5160
  },
5145
5161
  "/api/v1/enduser/dialogs/{dialogId}": {
5146
5162
  "get": {
5147
- "description": "Gets a single dialog aggregate. For more information see the documentation (link TBD).",
5163
+ "description": "Gets a single dialog aggregate. ",
5148
5164
  "operationId": "V1EndUserDialogsGet_GetDialog",
5149
5165
  "parameters": [
5150
5166
  {
@@ -5187,7 +5203,9 @@
5187
5203
  },
5188
5204
  "security": [
5189
5205
  {
5190
- "JWTBearerAuth": []
5206
+ "JWTBearerAuth": [
5207
+ "digdir:dialogporten"
5208
+ ]
5191
5209
  }
5192
5210
  ],
5193
5211
  "summary": "Gets a single dialog",
@@ -5244,7 +5262,9 @@
5244
5262
  },
5245
5263
  "security": [
5246
5264
  {
5247
- "JWTBearerAuth": []
5265
+ "JWTBearerAuth": [
5266
+ "digdir:dialogporten"
5267
+ ]
5248
5268
  }
5249
5269
  ],
5250
5270
  "summary": "Gets a list of dialog activities",
@@ -5255,7 +5275,7 @@
5255
5275
  },
5256
5276
  "/api/v1/enduser/dialogs/{dialogId}/activities/{activityId}": {
5257
5277
  "get": {
5258
- "description": "Gets a single activity belonging to a dialog. For more information see the documentation (link TBD).",
5278
+ "description": "Gets a single activity belonging to a dialog.",
5259
5279
  "operationId": "V1EndUserDialogActivitiesGet_GetDialogActivity",
5260
5280
  "parameters": [
5261
5281
  {
@@ -5307,7 +5327,9 @@
5307
5327
  },
5308
5328
  "security": [
5309
5329
  {
5310
- "JWTBearerAuth": []
5330
+ "JWTBearerAuth": [
5331
+ "digdir:dialogporten"
5332
+ ]
5311
5333
  }
5312
5334
  ],
5313
5335
  "summary": "Gets a single dialog activity",
@@ -5366,7 +5388,9 @@
5366
5388
  },
5367
5389
  "security": [
5368
5390
  {
5369
- "JWTBearerAuth": []
5391
+ "JWTBearerAuth": [
5392
+ "digdir:dialogporten"
5393
+ ]
5370
5394
  }
5371
5395
  ],
5372
5396
  "tags": [
@@ -5376,7 +5400,7 @@
5376
5400
  },
5377
5401
  "/api/v1/enduser/dialogs/{dialogId}/seenlog": {
5378
5402
  "get": {
5379
- "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
5403
+ "description": "Gets all seen log records for a dialog.",
5380
5404
  "operationId": "V1EndUserDialogSeenLogsSearch_SearchDialogSeenLog",
5381
5405
  "parameters": [
5382
5406
  {
@@ -5422,7 +5446,9 @@
5422
5446
  },
5423
5447
  "security": [
5424
5448
  {
5425
- "JWTBearerAuth": []
5449
+ "JWTBearerAuth": [
5450
+ "digdir:dialogporten"
5451
+ ]
5426
5452
  }
5427
5453
  ],
5428
5454
  "summary": "Gets all seen log records for a dialog",
@@ -5433,7 +5459,7 @@
5433
5459
  },
5434
5460
  "/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
5435
5461
  "get": {
5436
- "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
5462
+ "description": "Gets a single dialog seen log record.",
5437
5463
  "operationId": "V1EndUserDialogSeenLogsGet_GetDialogSeenLog",
5438
5464
  "parameters": [
5439
5465
  {
@@ -5485,7 +5511,9 @@
5485
5511
  },
5486
5512
  "security": [
5487
5513
  {
5488
- "JWTBearerAuth": []
5514
+ "JWTBearerAuth": [
5515
+ "digdir:dialogporten"
5516
+ ]
5489
5517
  }
5490
5518
  ],
5491
5519
  "summary": "Gets a single dialog seen log record",
@@ -5577,7 +5605,9 @@
5577
5605
  },
5578
5606
  "security": [
5579
5607
  {
5580
- "JWTBearerAuth": []
5608
+ "JWTBearerAuth": [
5609
+ "digdir:dialogporten"
5610
+ ]
5581
5611
  }
5582
5612
  ],
5583
5613
  "tags": [
@@ -5619,11 +5649,26 @@
5619
5649
  },
5620
5650
  "403": {
5621
5651
  "description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
5652
+ },
5653
+ "404": {
5654
+ "content": {
5655
+ "application/problem\u002Bjson": {
5656
+ "schema": {
5657
+ "$ref": "#/components/schemas/ProblemDetails"
5658
+ }
5659
+ }
5660
+ },
5661
+ "description": "The given dialog ID was not found."
5662
+ },
5663
+ "410": {
5664
+ "description": "Entity with the given key(s) is removed."
5622
5665
  }
5623
5666
  },
5624
5667
  "security": [
5625
5668
  {
5626
- "JWTBearerAuth": []
5669
+ "JWTBearerAuth": [
5670
+ "digdir:dialogporten"
5671
+ ]
5627
5672
  }
5628
5673
  ],
5629
5674
  "summary": "Gets a list of dialog transmissions",
@@ -5634,7 +5679,7 @@
5634
5679
  },
5635
5680
  "/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
5636
5681
  "get": {
5637
- "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
5682
+ "description": "Gets a single transmission belonging to a dialog.",
5638
5683
  "operationId": "V1EndUserDialogTransmissionsGet_GetDialogTransmission",
5639
5684
  "parameters": [
5640
5685
  {
@@ -5681,12 +5726,17 @@
5681
5726
  }
5682
5727
  }
5683
5728
  },
5684
- "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
5729
+ "description": "The specified dialog ID or transmission ID was not found."
5730
+ },
5731
+ "410": {
5732
+ "description": "Entity with the given key(s) is removed."
5685
5733
  }
5686
5734
  },
5687
5735
  "security": [
5688
5736
  {
5689
- "JWTBearerAuth": []
5737
+ "JWTBearerAuth": [
5738
+ "digdir:dialogporten"
5739
+ ]
5690
5740
  }
5691
5741
  ],
5692
5742
  "summary": "Gets a single dialog transmission",
@@ -5697,7 +5747,7 @@
5697
5747
  },
5698
5748
  "/api/v1/enduser/parties": {
5699
5749
  "get": {
5700
- "description": "Gets the list of authorized parties for the end user. For more information see the documentation (link TBD).",
5750
+ "description": "Gets the list of authorized parties for the end user.",
5701
5751
  "operationId": "V1EndUserPartiesGet_GetParties",
5702
5752
  "responses": {
5703
5753
  "200": {
@@ -5722,7 +5772,9 @@
5722
5772
  },
5723
5773
  "security": [
5724
5774
  {
5725
- "JWTBearerAuth": []
5775
+ "JWTBearerAuth": [
5776
+ "digdir:dialogporten"
5777
+ ]
5726
5778
  }
5727
5779
  ],
5728
5780
  "summary": "Gets the list of authorized parties for the end user",
@@ -5733,7 +5785,7 @@
5733
5785
  },
5734
5786
  "/api/v1/serviceowner/dialogs": {
5735
5787
  "get": {
5736
- "description": "Performs a search for dialogs, returning a paginated list of dialogs. For more information see the documentation (link TBD).\n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\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.",
5788
+ "description": "Performs a search for dialogs, returning a paginated list of dialogs.\n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\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.",
5737
5789
  "operationId": "V1ServiceOwnerDialogsSearch_SearchDialog",
5738
5790
  "parameters": [
5739
5791
  {
@@ -5997,7 +6049,10 @@
5997
6049
  },
5998
6050
  "security": [
5999
6051
  {
6000
- "JWTBearerAuth": []
6052
+ "JWTBearerAuth": [
6053
+ "digdir:dialogporten.serviceprovider",
6054
+ "digdir:dialogporten.serviceprovider.search"
6055
+ ]
6001
6056
  }
6002
6057
  ],
6003
6058
  "summary": "Gets a list of dialogs",
@@ -6006,7 +6061,7 @@
6006
6061
  ]
6007
6062
  },
6008
6063
  "post": {
6009
- "description": "The dialog is created with the given configuration. For more information see the documentation (link TBD).\n\nFor detailed information on validation rules, see [the source for CreateDialogCommandValidator](https://github.com/altinn/dialogporten/blob/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs)",
6064
+ "description": "The dialog is created with the given configuration.\n\nFor detailed information on validation rules, see [the source for CreateDialogCommandValidator](https://github.com/altinn/dialogporten/blob/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs)",
6010
6065
  "operationId": "V1ServiceOwnerDialogsCreate_Dialog",
6011
6066
  "requestBody": {
6012
6067
  "content": {
@@ -6075,7 +6130,9 @@
6075
6130
  },
6076
6131
  "security": [
6077
6132
  {
6078
- "JWTBearerAuth": []
6133
+ "JWTBearerAuth": [
6134
+ "digdir:dialogporten.serviceprovider"
6135
+ ]
6079
6136
  }
6080
6137
  ],
6081
6138
  "summary": "Creates a new dialog",
@@ -6086,7 +6143,7 @@
6086
6143
  },
6087
6144
  "/api/v1/serviceowner/dialogs/{dialogId}": {
6088
6145
  "delete": {
6089
- "description": "Deletes a given dialog (soft delete). For more information see the documentation (link TBD).\n\nNote that the dialog will still be available on the single details endpoint, but will have a deleted status. It will not appear on the list endpoint for either service owners nor end users.\nIf end users attempt to access the dialog via the details endpoint, they will get a 410 Gone response.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
6146
+ "description": "Deletes a given dialog (soft delete).\n\nNote that the dialog will still be available on the single details endpoint, but will have a deleted status. It will not appear on the list endpoint for either service owners nor end users.\nIf end users attempt to access the dialog via the details endpoint, they will get a 410 Gone response.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
6090
6147
  "operationId": "V1ServiceOwnerDialogsDelete_Dialog",
6091
6148
  "parameters": [
6092
6149
  {
@@ -6163,7 +6220,9 @@
6163
6220
  },
6164
6221
  "security": [
6165
6222
  {
6166
- "JWTBearerAuth": []
6223
+ "JWTBearerAuth": [
6224
+ "digdir:dialogporten.serviceprovider"
6225
+ ]
6167
6226
  }
6168
6227
  ],
6169
6228
  "summary": "Deletes a dialog",
@@ -6172,7 +6231,7 @@
6172
6231
  ]
6173
6232
  },
6174
6233
  "get": {
6175
- "description": "Gets a single dialog aggregate. For more information see the documentation (link TBD).\n\nNote that this operation may return deleted dialogs (see the field \u0060DeletedAt\u0060).",
6234
+ "description": "Gets a single dialog aggregate.\n\nNote that this operation may return deleted dialogs (see the field \u0060DeletedAt\u0060).",
6176
6235
  "operationId": "V1ServiceOwnerDialogsGet_GetDialog",
6177
6236
  "parameters": [
6178
6237
  {
@@ -6224,7 +6283,9 @@
6224
6283
  },
6225
6284
  "security": [
6226
6285
  {
6227
- "JWTBearerAuth": []
6286
+ "JWTBearerAuth": [
6287
+ "digdir:dialogporten.serviceprovider"
6288
+ ]
6228
6289
  }
6229
6290
  ],
6230
6291
  "summary": "Gets a single dialog",
@@ -6345,7 +6406,9 @@
6345
6406
  },
6346
6407
  "security": [
6347
6408
  {
6348
- "JWTBearerAuth": []
6409
+ "JWTBearerAuth": [
6410
+ "digdir:dialogporten.serviceprovider"
6411
+ ]
6349
6412
  }
6350
6413
  ],
6351
6414
  "summary": "Patch a single dialog",
@@ -6354,7 +6417,7 @@
6354
6417
  ]
6355
6418
  },
6356
6419
  "put": {
6357
- "description": "Replaces a given dialog with the supplied model. For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
6420
+ "description": "Replaces a given dialog with the supplied model.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
6358
6421
  "operationId": "V1ServiceOwnerDialogsUpdate_Dialog",
6359
6422
  "parameters": [
6360
6423
  {
@@ -6452,7 +6515,9 @@
6452
6515
  },
6453
6516
  "security": [
6454
6517
  {
6455
- "JWTBearerAuth": []
6518
+ "JWTBearerAuth": [
6519
+ "digdir:dialogporten.serviceprovider"
6520
+ ]
6456
6521
  }
6457
6522
  ],
6458
6523
  "summary": "Replaces a dialog",
@@ -6463,7 +6528,7 @@
6463
6528
  },
6464
6529
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
6465
6530
  "post": {
6466
- "description": "Deletes a given dialog (hard delete). For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
6531
+ "description": "Deletes a given dialog (hard delete).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
6467
6532
  "operationId": "V1ServiceOwnerDialogsPurge_PurgeDialog",
6468
6533
  "parameters": [
6469
6534
  {
@@ -6518,7 +6583,9 @@
6518
6583
  },
6519
6584
  "security": [
6520
6585
  {
6521
- "JWTBearerAuth": []
6586
+ "JWTBearerAuth": [
6587
+ "digdir:dialogporten.serviceprovider"
6588
+ ]
6522
6589
  }
6523
6590
  ],
6524
6591
  "summary": "Permanently deletes a dialog",
@@ -6529,7 +6596,7 @@
6529
6596
  },
6530
6597
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/restore": {
6531
6598
  "post": {
6532
- "description": "Restore a dialog. For more information see the documentation (link TBD). ",
6599
+ "description": "Restore a dialog. ",
6533
6600
  "operationId": "V1ServiceOwnerDialogsRestore_RestoreDialog",
6534
6601
  "parameters": [
6535
6602
  {
@@ -6584,7 +6651,9 @@
6584
6651
  },
6585
6652
  "security": [
6586
6653
  {
6587
- "JWTBearerAuth": []
6654
+ "JWTBearerAuth": [
6655
+ "digdir:dialogporten.serviceprovider"
6656
+ ]
6588
6657
  }
6589
6658
  ],
6590
6659
  "summary": "Restore a dialog",
@@ -6661,7 +6730,9 @@
6661
6730
  },
6662
6731
  "security": [
6663
6732
  {
6664
- "JWTBearerAuth": []
6733
+ "JWTBearerAuth": [
6734
+ "digdir:dialogporten.serviceprovider"
6735
+ ]
6665
6736
  }
6666
6737
  ],
6667
6738
  "summary": "Returns a boolean value based on conditions used to determine if a notification is to be sent",
@@ -6718,7 +6789,9 @@
6718
6789
  },
6719
6790
  "security": [
6720
6791
  {
6721
- "JWTBearerAuth": []
6792
+ "JWTBearerAuth": [
6793
+ "digdir:dialogporten.serviceprovider"
6794
+ ]
6722
6795
  }
6723
6796
  ],
6724
6797
  "summary": "Gets a list of dialog activities",
@@ -6727,7 +6800,7 @@
6727
6800
  ]
6728
6801
  },
6729
6802
  "post": {
6730
- "description": "The activity is created with the given configuration. For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
6803
+ "description": "The activity is created with the given configuration.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
6731
6804
  "operationId": "V1ServiceOwnerDialogActivitiesCreate_DialogActivity",
6732
6805
  "parameters": [
6733
6806
  {
@@ -6838,7 +6911,9 @@
6838
6911
  },
6839
6912
  "security": [
6840
6913
  {
6841
- "JWTBearerAuth": []
6914
+ "JWTBearerAuth": [
6915
+ "digdir:dialogporten.serviceprovider"
6916
+ ]
6842
6917
  }
6843
6918
  ],
6844
6919
  "summary": "Adds a activity to a dialogs activity history",
@@ -6849,7 +6924,7 @@
6849
6924
  },
6850
6925
  "/api/v1/serviceowner/dialogs/{dialogId}/activities/{activityId}": {
6851
6926
  "get": {
6852
- "description": "Gets a single activity belonging to a dialog. For more information see the documentation (link TBD).",
6927
+ "description": "Gets a single activity belonging to a dialog.",
6853
6928
  "operationId": "V1ServiceOwnerDialogActivitiesGet_GetDialogActivity",
6854
6929
  "parameters": [
6855
6930
  {
@@ -6904,7 +6979,9 @@
6904
6979
  },
6905
6980
  "security": [
6906
6981
  {
6907
- "JWTBearerAuth": []
6982
+ "JWTBearerAuth": [
6983
+ "digdir:dialogporten.serviceprovider"
6984
+ ]
6908
6985
  }
6909
6986
  ],
6910
6987
  "summary": "Gets a single dialog activity",
@@ -6915,7 +6992,7 @@
6915
6992
  },
6916
6993
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
6917
6994
  "get": {
6918
- "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
6995
+ "description": "Gets all seen log records for a dialog.",
6919
6996
  "operationId": "V1ServiceOwnerDialogSeenLogsSearch_SearchDialogSeenLog",
6920
6997
  "parameters": [
6921
6998
  {
@@ -6964,7 +7041,9 @@
6964
7041
  },
6965
7042
  "security": [
6966
7043
  {
6967
- "JWTBearerAuth": []
7044
+ "JWTBearerAuth": [
7045
+ "digdir:dialogporten.serviceprovider"
7046
+ ]
6968
7047
  }
6969
7048
  ],
6970
7049
  "summary": "Gets all seen log records for a dialog",
@@ -6975,7 +7054,7 @@
6975
7054
  },
6976
7055
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
6977
7056
  "get": {
6978
- "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
7057
+ "description": "Gets a single dialog seen log record.",
6979
7058
  "operationId": "V1ServiceOwnerDialogSeenLogsGet_GetDialogSeenLog",
6980
7059
  "parameters": [
6981
7060
  {
@@ -7030,7 +7109,9 @@
7030
7109
  },
7031
7110
  "security": [
7032
7111
  {
7033
- "JWTBearerAuth": []
7112
+ "JWTBearerAuth": [
7113
+ "digdir:dialogporten.serviceprovider"
7114
+ ]
7034
7115
  }
7035
7116
  ],
7036
7117
  "summary": "Gets a single dialog seen log record",
@@ -7090,7 +7171,9 @@
7090
7171
  },
7091
7172
  "security": [
7092
7173
  {
7093
- "JWTBearerAuth": []
7174
+ "JWTBearerAuth": [
7175
+ "digdir:dialogporten.serviceprovider"
7176
+ ]
7094
7177
  }
7095
7178
  ],
7096
7179
  "summary": "Gets a list of dialog transmissions",
@@ -7099,7 +7182,7 @@
7099
7182
  ]
7100
7183
  },
7101
7184
  "post": {
7102
- "description": "The transmission is created with the given configuration. For more information see the documentation (link TBD).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
7185
+ "description": "The transmission is created with the given configuration.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
7103
7186
  "operationId": "V1ServiceOwnerDialogTransmissionsCreate_DialogTransmission",
7104
7187
  "parameters": [
7105
7188
  {
@@ -7210,7 +7293,9 @@
7210
7293
  },
7211
7294
  "security": [
7212
7295
  {
7213
- "JWTBearerAuth": []
7296
+ "JWTBearerAuth": [
7297
+ "digdir:dialogporten.serviceprovider"
7298
+ ]
7214
7299
  }
7215
7300
  ],
7216
7301
  "summary": "Adds a transmission to a dialog",
@@ -7221,7 +7306,7 @@
7221
7306
  },
7222
7307
  "/api/v1/serviceowner/dialogs/{dialogId}/transmissions/{transmissionId}": {
7223
7308
  "get": {
7224
- "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
7309
+ "description": "Gets a single transmission belonging to a dialog.",
7225
7310
  "operationId": "V1ServiceOwnerDialogTransmissionsGet_GetDialogTransmission",
7226
7311
  "parameters": [
7227
7312
  {
@@ -7268,7 +7353,7 @@
7268
7353
  }
7269
7354
  }
7270
7355
  },
7271
- "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
7356
+ "description": "The specified dialog ID or transmission ID was not found."
7272
7357
  },
7273
7358
  "410": {
7274
7359
  "description": "Entity with the given key(s) is removed."
@@ -7276,7 +7361,9 @@
7276
7361
  },
7277
7362
  "security": [
7278
7363
  {
7279
- "JWTBearerAuth": []
7364
+ "JWTBearerAuth": [
7365
+ "digdir:dialogporten.serviceprovider"
7366
+ ]
7280
7367
  }
7281
7368
  ],
7282
7369
  "summary": "Gets a single dialog transmission",