@digdir/dialogporten-schema 1.55.1-d91eacb → 1.55.1

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 +48 -106
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.55.1-d91eacb",
3
+ "version": "1.55.1",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -4846,7 +4846,6 @@
4846
4846
  }
4847
4847
  },
4848
4848
  "info": {
4849
- "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",
4850
4849
  "title": "Dialogporten",
4851
4850
  "version": "v1"
4852
4851
  },
@@ -4898,7 +4897,7 @@
4898
4897
  },
4899
4898
  "/api/v1/enduser/dialogs": {
4900
4899
  "get": {
4901
- "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.",
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.",
4902
4901
  "operationId": "V1EndUserDialogsSearch_SearchDialog",
4903
4902
  "parameters": [
4904
4903
  {
@@ -5134,9 +5133,7 @@
5134
5133
  },
5135
5134
  "security": [
5136
5135
  {
5137
- "JWTBearerAuth": [
5138
- "digdir:dialogporten"
5139
- ]
5136
+ "JWTBearerAuth": []
5140
5137
  }
5141
5138
  ],
5142
5139
  "summary": "Gets a list of dialogs",
@@ -5147,7 +5144,7 @@
5147
5144
  },
5148
5145
  "/api/v1/enduser/dialogs/{dialogId}": {
5149
5146
  "get": {
5150
- "description": "Gets a single dialog aggregate. ",
5147
+ "description": "Gets a single dialog aggregate. For more information see the documentation (link TBD).",
5151
5148
  "operationId": "V1EndUserDialogsGet_GetDialog",
5152
5149
  "parameters": [
5153
5150
  {
@@ -5190,9 +5187,7 @@
5190
5187
  },
5191
5188
  "security": [
5192
5189
  {
5193
- "JWTBearerAuth": [
5194
- "digdir:dialogporten"
5195
- ]
5190
+ "JWTBearerAuth": []
5196
5191
  }
5197
5192
  ],
5198
5193
  "summary": "Gets a single dialog",
@@ -5249,9 +5244,7 @@
5249
5244
  },
5250
5245
  "security": [
5251
5246
  {
5252
- "JWTBearerAuth": [
5253
- "digdir:dialogporten"
5254
- ]
5247
+ "JWTBearerAuth": []
5255
5248
  }
5256
5249
  ],
5257
5250
  "summary": "Gets a list of dialog activities",
@@ -5262,7 +5255,7 @@
5262
5255
  },
5263
5256
  "/api/v1/enduser/dialogs/{dialogId}/activities/{activityId}": {
5264
5257
  "get": {
5265
- "description": "Gets a single activity belonging to a dialog.",
5258
+ "description": "Gets a single activity belonging to a dialog. For more information see the documentation (link TBD).",
5266
5259
  "operationId": "V1EndUserDialogActivitiesGet_GetDialogActivity",
5267
5260
  "parameters": [
5268
5261
  {
@@ -5314,9 +5307,7 @@
5314
5307
  },
5315
5308
  "security": [
5316
5309
  {
5317
- "JWTBearerAuth": [
5318
- "digdir:dialogporten"
5319
- ]
5310
+ "JWTBearerAuth": []
5320
5311
  }
5321
5312
  ],
5322
5313
  "summary": "Gets a single dialog activity",
@@ -5375,9 +5366,7 @@
5375
5366
  },
5376
5367
  "security": [
5377
5368
  {
5378
- "JWTBearerAuth": [
5379
- "digdir:dialogporten"
5380
- ]
5369
+ "JWTBearerAuth": []
5381
5370
  }
5382
5371
  ],
5383
5372
  "tags": [
@@ -5387,7 +5376,7 @@
5387
5376
  },
5388
5377
  "/api/v1/enduser/dialogs/{dialogId}/seenlog": {
5389
5378
  "get": {
5390
- "description": "Gets all seen log records for a dialog.",
5379
+ "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
5391
5380
  "operationId": "V1EndUserDialogSeenLogsSearch_SearchDialogSeenLog",
5392
5381
  "parameters": [
5393
5382
  {
@@ -5433,9 +5422,7 @@
5433
5422
  },
5434
5423
  "security": [
5435
5424
  {
5436
- "JWTBearerAuth": [
5437
- "digdir:dialogporten"
5438
- ]
5425
+ "JWTBearerAuth": []
5439
5426
  }
5440
5427
  ],
5441
5428
  "summary": "Gets all seen log records for a dialog",
@@ -5446,7 +5433,7 @@
5446
5433
  },
5447
5434
  "/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
5448
5435
  "get": {
5449
- "description": "Gets a single dialog seen log record.",
5436
+ "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
5450
5437
  "operationId": "V1EndUserDialogSeenLogsGet_GetDialogSeenLog",
5451
5438
  "parameters": [
5452
5439
  {
@@ -5498,9 +5485,7 @@
5498
5485
  },
5499
5486
  "security": [
5500
5487
  {
5501
- "JWTBearerAuth": [
5502
- "digdir:dialogporten"
5503
- ]
5488
+ "JWTBearerAuth": []
5504
5489
  }
5505
5490
  ],
5506
5491
  "summary": "Gets a single dialog seen log record",
@@ -5592,9 +5577,7 @@
5592
5577
  },
5593
5578
  "security": [
5594
5579
  {
5595
- "JWTBearerAuth": [
5596
- "digdir:dialogporten"
5597
- ]
5580
+ "JWTBearerAuth": []
5598
5581
  }
5599
5582
  ],
5600
5583
  "tags": [
@@ -5653,9 +5636,7 @@
5653
5636
  },
5654
5637
  "security": [
5655
5638
  {
5656
- "JWTBearerAuth": [
5657
- "digdir:dialogporten"
5658
- ]
5639
+ "JWTBearerAuth": []
5659
5640
  }
5660
5641
  ],
5661
5642
  "summary": "Gets a list of dialog transmissions",
@@ -5666,7 +5647,7 @@
5666
5647
  },
5667
5648
  "/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
5668
5649
  "get": {
5669
- "description": "Gets a single transmission belonging to a dialog.",
5650
+ "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
5670
5651
  "operationId": "V1EndUserDialogTransmissionsGet_GetDialogTransmission",
5671
5652
  "parameters": [
5672
5653
  {
@@ -5721,9 +5702,7 @@
5721
5702
  },
5722
5703
  "security": [
5723
5704
  {
5724
- "JWTBearerAuth": [
5725
- "digdir:dialogporten"
5726
- ]
5705
+ "JWTBearerAuth": []
5727
5706
  }
5728
5707
  ],
5729
5708
  "summary": "Gets a single dialog transmission",
@@ -5734,7 +5713,7 @@
5734
5713
  },
5735
5714
  "/api/v1/enduser/parties": {
5736
5715
  "get": {
5737
- "description": "Gets the list of authorized parties for the end user.",
5716
+ "description": "Gets the list of authorized parties for the end user. For more information see the documentation (link TBD).",
5738
5717
  "operationId": "V1EndUserPartiesGet_GetParties",
5739
5718
  "responses": {
5740
5719
  "200": {
@@ -5759,9 +5738,7 @@
5759
5738
  },
5760
5739
  "security": [
5761
5740
  {
5762
- "JWTBearerAuth": [
5763
- "digdir:dialogporten"
5764
- ]
5741
+ "JWTBearerAuth": []
5765
5742
  }
5766
5743
  ],
5767
5744
  "summary": "Gets the list of authorized parties for the end user",
@@ -5772,7 +5749,7 @@
5772
5749
  },
5773
5750
  "/api/v1/serviceowner/dialogs": {
5774
5751
  "get": {
5775
- "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.",
5752
+ "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.",
5776
5753
  "operationId": "V1ServiceOwnerDialogsSearch_SearchDialog",
5777
5754
  "parameters": [
5778
5755
  {
@@ -6036,10 +6013,7 @@
6036
6013
  },
6037
6014
  "security": [
6038
6015
  {
6039
- "JWTBearerAuth": [
6040
- "digdir:dialogporten.serviceprovider",
6041
- "digdir:dialogporten.serviceprovider.search"
6042
- ]
6016
+ "JWTBearerAuth": []
6043
6017
  }
6044
6018
  ],
6045
6019
  "summary": "Gets a list of dialogs",
@@ -6048,7 +6022,7 @@
6048
6022
  ]
6049
6023
  },
6050
6024
  "post": {
6051
- "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)",
6025
+ "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)",
6052
6026
  "operationId": "V1ServiceOwnerDialogsCreate_Dialog",
6053
6027
  "requestBody": {
6054
6028
  "content": {
@@ -6117,9 +6091,7 @@
6117
6091
  },
6118
6092
  "security": [
6119
6093
  {
6120
- "JWTBearerAuth": [
6121
- "digdir:dialogporten.serviceprovider"
6122
- ]
6094
+ "JWTBearerAuth": []
6123
6095
  }
6124
6096
  ],
6125
6097
  "summary": "Creates a new dialog",
@@ -6130,7 +6102,7 @@
6130
6102
  },
6131
6103
  "/api/v1/serviceowner/dialogs/{dialogId}": {
6132
6104
  "delete": {
6133
- "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.",
6105
+ "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.",
6134
6106
  "operationId": "V1ServiceOwnerDialogsDelete_Dialog",
6135
6107
  "parameters": [
6136
6108
  {
@@ -6207,9 +6179,7 @@
6207
6179
  },
6208
6180
  "security": [
6209
6181
  {
6210
- "JWTBearerAuth": [
6211
- "digdir:dialogporten.serviceprovider"
6212
- ]
6182
+ "JWTBearerAuth": []
6213
6183
  }
6214
6184
  ],
6215
6185
  "summary": "Deletes a dialog",
@@ -6218,7 +6188,7 @@
6218
6188
  ]
6219
6189
  },
6220
6190
  "get": {
6221
- "description": "Gets a single dialog aggregate.\n\nNote that this operation may return deleted dialogs (see the field \u0060DeletedAt\u0060).",
6191
+ "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).",
6222
6192
  "operationId": "V1ServiceOwnerDialogsGet_GetDialog",
6223
6193
  "parameters": [
6224
6194
  {
@@ -6270,9 +6240,7 @@
6270
6240
  },
6271
6241
  "security": [
6272
6242
  {
6273
- "JWTBearerAuth": [
6274
- "digdir:dialogporten.serviceprovider"
6275
- ]
6243
+ "JWTBearerAuth": []
6276
6244
  }
6277
6245
  ],
6278
6246
  "summary": "Gets a single dialog",
@@ -6393,9 +6361,7 @@
6393
6361
  },
6394
6362
  "security": [
6395
6363
  {
6396
- "JWTBearerAuth": [
6397
- "digdir:dialogporten.serviceprovider"
6398
- ]
6364
+ "JWTBearerAuth": []
6399
6365
  }
6400
6366
  ],
6401
6367
  "summary": "Patch a single dialog",
@@ -6404,7 +6370,7 @@
6404
6370
  ]
6405
6371
  },
6406
6372
  "put": {
6407
- "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.",
6373
+ "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.",
6408
6374
  "operationId": "V1ServiceOwnerDialogsUpdate_Dialog",
6409
6375
  "parameters": [
6410
6376
  {
@@ -6502,9 +6468,7 @@
6502
6468
  },
6503
6469
  "security": [
6504
6470
  {
6505
- "JWTBearerAuth": [
6506
- "digdir:dialogporten.serviceprovider"
6507
- ]
6471
+ "JWTBearerAuth": []
6508
6472
  }
6509
6473
  ],
6510
6474
  "summary": "Replaces a dialog",
@@ -6515,7 +6479,7 @@
6515
6479
  },
6516
6480
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
6517
6481
  "post": {
6518
- "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.",
6482
+ "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.",
6519
6483
  "operationId": "V1ServiceOwnerDialogsPurge_PurgeDialog",
6520
6484
  "parameters": [
6521
6485
  {
@@ -6570,9 +6534,7 @@
6570
6534
  },
6571
6535
  "security": [
6572
6536
  {
6573
- "JWTBearerAuth": [
6574
- "digdir:dialogporten.serviceprovider"
6575
- ]
6537
+ "JWTBearerAuth": []
6576
6538
  }
6577
6539
  ],
6578
6540
  "summary": "Permanently deletes a dialog",
@@ -6583,7 +6545,7 @@
6583
6545
  },
6584
6546
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/restore": {
6585
6547
  "post": {
6586
- "description": "Restore a dialog. ",
6548
+ "description": "Restore a dialog. For more information see the documentation (link TBD). ",
6587
6549
  "operationId": "V1ServiceOwnerDialogsRestore_RestoreDialog",
6588
6550
  "parameters": [
6589
6551
  {
@@ -6638,9 +6600,7 @@
6638
6600
  },
6639
6601
  "security": [
6640
6602
  {
6641
- "JWTBearerAuth": [
6642
- "digdir:dialogporten.serviceprovider"
6643
- ]
6603
+ "JWTBearerAuth": []
6644
6604
  }
6645
6605
  ],
6646
6606
  "summary": "Restore a dialog",
@@ -6717,9 +6677,7 @@
6717
6677
  },
6718
6678
  "security": [
6719
6679
  {
6720
- "JWTBearerAuth": [
6721
- "digdir:dialogporten.serviceprovider"
6722
- ]
6680
+ "JWTBearerAuth": []
6723
6681
  }
6724
6682
  ],
6725
6683
  "summary": "Returns a boolean value based on conditions used to determine if a notification is to be sent",
@@ -6776,9 +6734,7 @@
6776
6734
  },
6777
6735
  "security": [
6778
6736
  {
6779
- "JWTBearerAuth": [
6780
- "digdir:dialogporten.serviceprovider"
6781
- ]
6737
+ "JWTBearerAuth": []
6782
6738
  }
6783
6739
  ],
6784
6740
  "summary": "Gets a list of dialog activities",
@@ -6787,7 +6743,7 @@
6787
6743
  ]
6788
6744
  },
6789
6745
  "post": {
6790
- "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.",
6746
+ "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.",
6791
6747
  "operationId": "V1ServiceOwnerDialogActivitiesCreate_DialogActivity",
6792
6748
  "parameters": [
6793
6749
  {
@@ -6898,9 +6854,7 @@
6898
6854
  },
6899
6855
  "security": [
6900
6856
  {
6901
- "JWTBearerAuth": [
6902
- "digdir:dialogporten.serviceprovider"
6903
- ]
6857
+ "JWTBearerAuth": []
6904
6858
  }
6905
6859
  ],
6906
6860
  "summary": "Adds a activity to a dialogs activity history",
@@ -6911,7 +6865,7 @@
6911
6865
  },
6912
6866
  "/api/v1/serviceowner/dialogs/{dialogId}/activities/{activityId}": {
6913
6867
  "get": {
6914
- "description": "Gets a single activity belonging to a dialog.",
6868
+ "description": "Gets a single activity belonging to a dialog. For more information see the documentation (link TBD).",
6915
6869
  "operationId": "V1ServiceOwnerDialogActivitiesGet_GetDialogActivity",
6916
6870
  "parameters": [
6917
6871
  {
@@ -6966,9 +6920,7 @@
6966
6920
  },
6967
6921
  "security": [
6968
6922
  {
6969
- "JWTBearerAuth": [
6970
- "digdir:dialogporten.serviceprovider"
6971
- ]
6923
+ "JWTBearerAuth": []
6972
6924
  }
6973
6925
  ],
6974
6926
  "summary": "Gets a single dialog activity",
@@ -6979,7 +6931,7 @@
6979
6931
  },
6980
6932
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
6981
6933
  "get": {
6982
- "description": "Gets all seen log records for a dialog.",
6934
+ "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
6983
6935
  "operationId": "V1ServiceOwnerDialogSeenLogsSearch_SearchDialogSeenLog",
6984
6936
  "parameters": [
6985
6937
  {
@@ -7028,9 +6980,7 @@
7028
6980
  },
7029
6981
  "security": [
7030
6982
  {
7031
- "JWTBearerAuth": [
7032
- "digdir:dialogporten.serviceprovider"
7033
- ]
6983
+ "JWTBearerAuth": []
7034
6984
  }
7035
6985
  ],
7036
6986
  "summary": "Gets all seen log records for a dialog",
@@ -7041,7 +6991,7 @@
7041
6991
  },
7042
6992
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
7043
6993
  "get": {
7044
- "description": "Gets a single dialog seen log record.",
6994
+ "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
7045
6995
  "operationId": "V1ServiceOwnerDialogSeenLogsGet_GetDialogSeenLog",
7046
6996
  "parameters": [
7047
6997
  {
@@ -7096,9 +7046,7 @@
7096
7046
  },
7097
7047
  "security": [
7098
7048
  {
7099
- "JWTBearerAuth": [
7100
- "digdir:dialogporten.serviceprovider"
7101
- ]
7049
+ "JWTBearerAuth": []
7102
7050
  }
7103
7051
  ],
7104
7052
  "summary": "Gets a single dialog seen log record",
@@ -7158,9 +7106,7 @@
7158
7106
  },
7159
7107
  "security": [
7160
7108
  {
7161
- "JWTBearerAuth": [
7162
- "digdir:dialogporten.serviceprovider"
7163
- ]
7109
+ "JWTBearerAuth": []
7164
7110
  }
7165
7111
  ],
7166
7112
  "summary": "Gets a list of dialog transmissions",
@@ -7169,7 +7115,7 @@
7169
7115
  ]
7170
7116
  },
7171
7117
  "post": {
7172
- "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.",
7118
+ "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.",
7173
7119
  "operationId": "V1ServiceOwnerDialogTransmissionsCreate_DialogTransmission",
7174
7120
  "parameters": [
7175
7121
  {
@@ -7280,9 +7226,7 @@
7280
7226
  },
7281
7227
  "security": [
7282
7228
  {
7283
- "JWTBearerAuth": [
7284
- "digdir:dialogporten.serviceprovider"
7285
- ]
7229
+ "JWTBearerAuth": []
7286
7230
  }
7287
7231
  ],
7288
7232
  "summary": "Adds a transmission to a dialog",
@@ -7293,7 +7237,7 @@
7293
7237
  },
7294
7238
  "/api/v1/serviceowner/dialogs/{dialogId}/transmissions/{transmissionId}": {
7295
7239
  "get": {
7296
- "description": "Gets a single transmission belonging to a dialog.",
7240
+ "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
7297
7241
  "operationId": "V1ServiceOwnerDialogTransmissionsGet_GetDialogTransmission",
7298
7242
  "parameters": [
7299
7243
  {
@@ -7348,9 +7292,7 @@
7348
7292
  },
7349
7293
  "security": [
7350
7294
  {
7351
- "JWTBearerAuth": [
7352
- "digdir:dialogporten.serviceprovider"
7353
- ]
7295
+ "JWTBearerAuth": []
7354
7296
  }
7355
7297
  ],
7356
7298
  "summary": "Gets a single dialog transmission",