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

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 +124 -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-d91eacb",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -4846,6 +4846,7 @@
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",
4849
4850
  "title": "Dialogporten",
4850
4851
  "version": "v1"
4851
4852
  },
@@ -4897,7 +4898,7 @@
4897
4898
  },
4898
4899
  "/api/v1/enduser/dialogs": {
4899
4900
  "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.",
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.",
4901
4902
  "operationId": "V1EndUserDialogsSearch_SearchDialog",
4902
4903
  "parameters": [
4903
4904
  {
@@ -5133,7 +5134,9 @@
5133
5134
  },
5134
5135
  "security": [
5135
5136
  {
5136
- "JWTBearerAuth": []
5137
+ "JWTBearerAuth": [
5138
+ "digdir:dialogporten"
5139
+ ]
5137
5140
  }
5138
5141
  ],
5139
5142
  "summary": "Gets a list of dialogs",
@@ -5144,7 +5147,7 @@
5144
5147
  },
5145
5148
  "/api/v1/enduser/dialogs/{dialogId}": {
5146
5149
  "get": {
5147
- "description": "Gets a single dialog aggregate. For more information see the documentation (link TBD).",
5150
+ "description": "Gets a single dialog aggregate. ",
5148
5151
  "operationId": "V1EndUserDialogsGet_GetDialog",
5149
5152
  "parameters": [
5150
5153
  {
@@ -5187,7 +5190,9 @@
5187
5190
  },
5188
5191
  "security": [
5189
5192
  {
5190
- "JWTBearerAuth": []
5193
+ "JWTBearerAuth": [
5194
+ "digdir:dialogporten"
5195
+ ]
5191
5196
  }
5192
5197
  ],
5193
5198
  "summary": "Gets a single dialog",
@@ -5244,7 +5249,9 @@
5244
5249
  },
5245
5250
  "security": [
5246
5251
  {
5247
- "JWTBearerAuth": []
5252
+ "JWTBearerAuth": [
5253
+ "digdir:dialogporten"
5254
+ ]
5248
5255
  }
5249
5256
  ],
5250
5257
  "summary": "Gets a list of dialog activities",
@@ -5255,7 +5262,7 @@
5255
5262
  },
5256
5263
  "/api/v1/enduser/dialogs/{dialogId}/activities/{activityId}": {
5257
5264
  "get": {
5258
- "description": "Gets a single activity belonging to a dialog. For more information see the documentation (link TBD).",
5265
+ "description": "Gets a single activity belonging to a dialog.",
5259
5266
  "operationId": "V1EndUserDialogActivitiesGet_GetDialogActivity",
5260
5267
  "parameters": [
5261
5268
  {
@@ -5307,7 +5314,9 @@
5307
5314
  },
5308
5315
  "security": [
5309
5316
  {
5310
- "JWTBearerAuth": []
5317
+ "JWTBearerAuth": [
5318
+ "digdir:dialogporten"
5319
+ ]
5311
5320
  }
5312
5321
  ],
5313
5322
  "summary": "Gets a single dialog activity",
@@ -5366,7 +5375,9 @@
5366
5375
  },
5367
5376
  "security": [
5368
5377
  {
5369
- "JWTBearerAuth": []
5378
+ "JWTBearerAuth": [
5379
+ "digdir:dialogporten"
5380
+ ]
5370
5381
  }
5371
5382
  ],
5372
5383
  "tags": [
@@ -5376,7 +5387,7 @@
5376
5387
  },
5377
5388
  "/api/v1/enduser/dialogs/{dialogId}/seenlog": {
5378
5389
  "get": {
5379
- "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
5390
+ "description": "Gets all seen log records for a dialog.",
5380
5391
  "operationId": "V1EndUserDialogSeenLogsSearch_SearchDialogSeenLog",
5381
5392
  "parameters": [
5382
5393
  {
@@ -5422,7 +5433,9 @@
5422
5433
  },
5423
5434
  "security": [
5424
5435
  {
5425
- "JWTBearerAuth": []
5436
+ "JWTBearerAuth": [
5437
+ "digdir:dialogporten"
5438
+ ]
5426
5439
  }
5427
5440
  ],
5428
5441
  "summary": "Gets all seen log records for a dialog",
@@ -5433,7 +5446,7 @@
5433
5446
  },
5434
5447
  "/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
5435
5448
  "get": {
5436
- "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
5449
+ "description": "Gets a single dialog seen log record.",
5437
5450
  "operationId": "V1EndUserDialogSeenLogsGet_GetDialogSeenLog",
5438
5451
  "parameters": [
5439
5452
  {
@@ -5485,7 +5498,9 @@
5485
5498
  },
5486
5499
  "security": [
5487
5500
  {
5488
- "JWTBearerAuth": []
5501
+ "JWTBearerAuth": [
5502
+ "digdir:dialogporten"
5503
+ ]
5489
5504
  }
5490
5505
  ],
5491
5506
  "summary": "Gets a single dialog seen log record",
@@ -5577,7 +5592,9 @@
5577
5592
  },
5578
5593
  "security": [
5579
5594
  {
5580
- "JWTBearerAuth": []
5595
+ "JWTBearerAuth": [
5596
+ "digdir:dialogporten"
5597
+ ]
5581
5598
  }
5582
5599
  ],
5583
5600
  "tags": [
@@ -5619,11 +5636,26 @@
5619
5636
  },
5620
5637
  "403": {
5621
5638
  "description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
5639
+ },
5640
+ "404": {
5641
+ "content": {
5642
+ "application/problem\u002Bjson": {
5643
+ "schema": {
5644
+ "$ref": "#/components/schemas/ProblemDetails"
5645
+ }
5646
+ }
5647
+ },
5648
+ "description": "The given dialog ID was not found."
5649
+ },
5650
+ "410": {
5651
+ "description": "Entity with the given key(s) is removed."
5622
5652
  }
5623
5653
  },
5624
5654
  "security": [
5625
5655
  {
5626
- "JWTBearerAuth": []
5656
+ "JWTBearerAuth": [
5657
+ "digdir:dialogporten"
5658
+ ]
5627
5659
  }
5628
5660
  ],
5629
5661
  "summary": "Gets a list of dialog transmissions",
@@ -5634,7 +5666,7 @@
5634
5666
  },
5635
5667
  "/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
5636
5668
  "get": {
5637
- "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
5669
+ "description": "Gets a single transmission belonging to a dialog.",
5638
5670
  "operationId": "V1EndUserDialogTransmissionsGet_GetDialogTransmission",
5639
5671
  "parameters": [
5640
5672
  {
@@ -5681,12 +5713,17 @@
5681
5713
  }
5682
5714
  }
5683
5715
  },
5684
- "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
5716
+ "description": "The specified dialog ID or transmission ID was not found."
5717
+ },
5718
+ "410": {
5719
+ "description": "Entity with the given key(s) is removed."
5685
5720
  }
5686
5721
  },
5687
5722
  "security": [
5688
5723
  {
5689
- "JWTBearerAuth": []
5724
+ "JWTBearerAuth": [
5725
+ "digdir:dialogporten"
5726
+ ]
5690
5727
  }
5691
5728
  ],
5692
5729
  "summary": "Gets a single dialog transmission",
@@ -5697,7 +5734,7 @@
5697
5734
  },
5698
5735
  "/api/v1/enduser/parties": {
5699
5736
  "get": {
5700
- "description": "Gets the list of authorized parties for the end user. For more information see the documentation (link TBD).",
5737
+ "description": "Gets the list of authorized parties for the end user.",
5701
5738
  "operationId": "V1EndUserPartiesGet_GetParties",
5702
5739
  "responses": {
5703
5740
  "200": {
@@ -5722,7 +5759,9 @@
5722
5759
  },
5723
5760
  "security": [
5724
5761
  {
5725
- "JWTBearerAuth": []
5762
+ "JWTBearerAuth": [
5763
+ "digdir:dialogporten"
5764
+ ]
5726
5765
  }
5727
5766
  ],
5728
5767
  "summary": "Gets the list of authorized parties for the end user",
@@ -5733,7 +5772,7 @@
5733
5772
  },
5734
5773
  "/api/v1/serviceowner/dialogs": {
5735
5774
  "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.",
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.",
5737
5776
  "operationId": "V1ServiceOwnerDialogsSearch_SearchDialog",
5738
5777
  "parameters": [
5739
5778
  {
@@ -5997,7 +6036,10 @@
5997
6036
  },
5998
6037
  "security": [
5999
6038
  {
6000
- "JWTBearerAuth": []
6039
+ "JWTBearerAuth": [
6040
+ "digdir:dialogporten.serviceprovider",
6041
+ "digdir:dialogporten.serviceprovider.search"
6042
+ ]
6001
6043
  }
6002
6044
  ],
6003
6045
  "summary": "Gets a list of dialogs",
@@ -6006,7 +6048,7 @@
6006
6048
  ]
6007
6049
  },
6008
6050
  "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)",
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)",
6010
6052
  "operationId": "V1ServiceOwnerDialogsCreate_Dialog",
6011
6053
  "requestBody": {
6012
6054
  "content": {
@@ -6075,7 +6117,9 @@
6075
6117
  },
6076
6118
  "security": [
6077
6119
  {
6078
- "JWTBearerAuth": []
6120
+ "JWTBearerAuth": [
6121
+ "digdir:dialogporten.serviceprovider"
6122
+ ]
6079
6123
  }
6080
6124
  ],
6081
6125
  "summary": "Creates a new dialog",
@@ -6086,7 +6130,7 @@
6086
6130
  },
6087
6131
  "/api/v1/serviceowner/dialogs/{dialogId}": {
6088
6132
  "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.",
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.",
6090
6134
  "operationId": "V1ServiceOwnerDialogsDelete_Dialog",
6091
6135
  "parameters": [
6092
6136
  {
@@ -6163,7 +6207,9 @@
6163
6207
  },
6164
6208
  "security": [
6165
6209
  {
6166
- "JWTBearerAuth": []
6210
+ "JWTBearerAuth": [
6211
+ "digdir:dialogporten.serviceprovider"
6212
+ ]
6167
6213
  }
6168
6214
  ],
6169
6215
  "summary": "Deletes a dialog",
@@ -6172,7 +6218,7 @@
6172
6218
  ]
6173
6219
  },
6174
6220
  "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).",
6221
+ "description": "Gets a single dialog aggregate.\n\nNote that this operation may return deleted dialogs (see the field \u0060DeletedAt\u0060).",
6176
6222
  "operationId": "V1ServiceOwnerDialogsGet_GetDialog",
6177
6223
  "parameters": [
6178
6224
  {
@@ -6224,7 +6270,9 @@
6224
6270
  },
6225
6271
  "security": [
6226
6272
  {
6227
- "JWTBearerAuth": []
6273
+ "JWTBearerAuth": [
6274
+ "digdir:dialogporten.serviceprovider"
6275
+ ]
6228
6276
  }
6229
6277
  ],
6230
6278
  "summary": "Gets a single dialog",
@@ -6345,7 +6393,9 @@
6345
6393
  },
6346
6394
  "security": [
6347
6395
  {
6348
- "JWTBearerAuth": []
6396
+ "JWTBearerAuth": [
6397
+ "digdir:dialogporten.serviceprovider"
6398
+ ]
6349
6399
  }
6350
6400
  ],
6351
6401
  "summary": "Patch a single dialog",
@@ -6354,7 +6404,7 @@
6354
6404
  ]
6355
6405
  },
6356
6406
  "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.",
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.",
6358
6408
  "operationId": "V1ServiceOwnerDialogsUpdate_Dialog",
6359
6409
  "parameters": [
6360
6410
  {
@@ -6452,7 +6502,9 @@
6452
6502
  },
6453
6503
  "security": [
6454
6504
  {
6455
- "JWTBearerAuth": []
6505
+ "JWTBearerAuth": [
6506
+ "digdir:dialogporten.serviceprovider"
6507
+ ]
6456
6508
  }
6457
6509
  ],
6458
6510
  "summary": "Replaces a dialog",
@@ -6463,7 +6515,7 @@
6463
6515
  },
6464
6516
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
6465
6517
  "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.",
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.",
6467
6519
  "operationId": "V1ServiceOwnerDialogsPurge_PurgeDialog",
6468
6520
  "parameters": [
6469
6521
  {
@@ -6518,7 +6570,9 @@
6518
6570
  },
6519
6571
  "security": [
6520
6572
  {
6521
- "JWTBearerAuth": []
6573
+ "JWTBearerAuth": [
6574
+ "digdir:dialogporten.serviceprovider"
6575
+ ]
6522
6576
  }
6523
6577
  ],
6524
6578
  "summary": "Permanently deletes a dialog",
@@ -6529,7 +6583,7 @@
6529
6583
  },
6530
6584
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/restore": {
6531
6585
  "post": {
6532
- "description": "Restore a dialog. For more information see the documentation (link TBD). ",
6586
+ "description": "Restore a dialog. ",
6533
6587
  "operationId": "V1ServiceOwnerDialogsRestore_RestoreDialog",
6534
6588
  "parameters": [
6535
6589
  {
@@ -6584,7 +6638,9 @@
6584
6638
  },
6585
6639
  "security": [
6586
6640
  {
6587
- "JWTBearerAuth": []
6641
+ "JWTBearerAuth": [
6642
+ "digdir:dialogporten.serviceprovider"
6643
+ ]
6588
6644
  }
6589
6645
  ],
6590
6646
  "summary": "Restore a dialog",
@@ -6661,7 +6717,9 @@
6661
6717
  },
6662
6718
  "security": [
6663
6719
  {
6664
- "JWTBearerAuth": []
6720
+ "JWTBearerAuth": [
6721
+ "digdir:dialogporten.serviceprovider"
6722
+ ]
6665
6723
  }
6666
6724
  ],
6667
6725
  "summary": "Returns a boolean value based on conditions used to determine if a notification is to be sent",
@@ -6718,7 +6776,9 @@
6718
6776
  },
6719
6777
  "security": [
6720
6778
  {
6721
- "JWTBearerAuth": []
6779
+ "JWTBearerAuth": [
6780
+ "digdir:dialogporten.serviceprovider"
6781
+ ]
6722
6782
  }
6723
6783
  ],
6724
6784
  "summary": "Gets a list of dialog activities",
@@ -6727,7 +6787,7 @@
6727
6787
  ]
6728
6788
  },
6729
6789
  "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.",
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.",
6731
6791
  "operationId": "V1ServiceOwnerDialogActivitiesCreate_DialogActivity",
6732
6792
  "parameters": [
6733
6793
  {
@@ -6838,7 +6898,9 @@
6838
6898
  },
6839
6899
  "security": [
6840
6900
  {
6841
- "JWTBearerAuth": []
6901
+ "JWTBearerAuth": [
6902
+ "digdir:dialogporten.serviceprovider"
6903
+ ]
6842
6904
  }
6843
6905
  ],
6844
6906
  "summary": "Adds a activity to a dialogs activity history",
@@ -6849,7 +6911,7 @@
6849
6911
  },
6850
6912
  "/api/v1/serviceowner/dialogs/{dialogId}/activities/{activityId}": {
6851
6913
  "get": {
6852
- "description": "Gets a single activity belonging to a dialog. For more information see the documentation (link TBD).",
6914
+ "description": "Gets a single activity belonging to a dialog.",
6853
6915
  "operationId": "V1ServiceOwnerDialogActivitiesGet_GetDialogActivity",
6854
6916
  "parameters": [
6855
6917
  {
@@ -6904,7 +6966,9 @@
6904
6966
  },
6905
6967
  "security": [
6906
6968
  {
6907
- "JWTBearerAuth": []
6969
+ "JWTBearerAuth": [
6970
+ "digdir:dialogporten.serviceprovider"
6971
+ ]
6908
6972
  }
6909
6973
  ],
6910
6974
  "summary": "Gets a single dialog activity",
@@ -6915,7 +6979,7 @@
6915
6979
  },
6916
6980
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
6917
6981
  "get": {
6918
- "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
6982
+ "description": "Gets all seen log records for a dialog.",
6919
6983
  "operationId": "V1ServiceOwnerDialogSeenLogsSearch_SearchDialogSeenLog",
6920
6984
  "parameters": [
6921
6985
  {
@@ -6964,7 +7028,9 @@
6964
7028
  },
6965
7029
  "security": [
6966
7030
  {
6967
- "JWTBearerAuth": []
7031
+ "JWTBearerAuth": [
7032
+ "digdir:dialogporten.serviceprovider"
7033
+ ]
6968
7034
  }
6969
7035
  ],
6970
7036
  "summary": "Gets all seen log records for a dialog",
@@ -6975,7 +7041,7 @@
6975
7041
  },
6976
7042
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
6977
7043
  "get": {
6978
- "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
7044
+ "description": "Gets a single dialog seen log record.",
6979
7045
  "operationId": "V1ServiceOwnerDialogSeenLogsGet_GetDialogSeenLog",
6980
7046
  "parameters": [
6981
7047
  {
@@ -7030,7 +7096,9 @@
7030
7096
  },
7031
7097
  "security": [
7032
7098
  {
7033
- "JWTBearerAuth": []
7099
+ "JWTBearerAuth": [
7100
+ "digdir:dialogporten.serviceprovider"
7101
+ ]
7034
7102
  }
7035
7103
  ],
7036
7104
  "summary": "Gets a single dialog seen log record",
@@ -7090,7 +7158,9 @@
7090
7158
  },
7091
7159
  "security": [
7092
7160
  {
7093
- "JWTBearerAuth": []
7161
+ "JWTBearerAuth": [
7162
+ "digdir:dialogporten.serviceprovider"
7163
+ ]
7094
7164
  }
7095
7165
  ],
7096
7166
  "summary": "Gets a list of dialog transmissions",
@@ -7099,7 +7169,7 @@
7099
7169
  ]
7100
7170
  },
7101
7171
  "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.",
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.",
7103
7173
  "operationId": "V1ServiceOwnerDialogTransmissionsCreate_DialogTransmission",
7104
7174
  "parameters": [
7105
7175
  {
@@ -7210,7 +7280,9 @@
7210
7280
  },
7211
7281
  "security": [
7212
7282
  {
7213
- "JWTBearerAuth": []
7283
+ "JWTBearerAuth": [
7284
+ "digdir:dialogporten.serviceprovider"
7285
+ ]
7214
7286
  }
7215
7287
  ],
7216
7288
  "summary": "Adds a transmission to a dialog",
@@ -7221,7 +7293,7 @@
7221
7293
  },
7222
7294
  "/api/v1/serviceowner/dialogs/{dialogId}/transmissions/{transmissionId}": {
7223
7295
  "get": {
7224
- "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
7296
+ "description": "Gets a single transmission belonging to a dialog.",
7225
7297
  "operationId": "V1ServiceOwnerDialogTransmissionsGet_GetDialogTransmission",
7226
7298
  "parameters": [
7227
7299
  {
@@ -7268,7 +7340,7 @@
7268
7340
  }
7269
7341
  }
7270
7342
  },
7271
- "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
7343
+ "description": "The specified dialog ID or transmission ID was not found."
7272
7344
  },
7273
7345
  "410": {
7274
7346
  "description": "Entity with the given key(s) is removed."
@@ -7276,7 +7348,9 @@
7276
7348
  },
7277
7349
  "security": [
7278
7350
  {
7279
- "JWTBearerAuth": []
7351
+ "JWTBearerAuth": [
7352
+ "digdir:dialogporten.serviceprovider"
7353
+ ]
7280
7354
  }
7281
7355
  ],
7282
7356
  "summary": "Gets a single dialog transmission",