@@ -245,6 +245,19 @@ paths:
245
245
prefixed with '+'.
246
246
schema :
247
247
$ref : " #/components/schemas/PhoneNumber"
248
+
249
+ - name : X-Correlator
250
+ in : header
251
+ required : false
252
+ description : |
253
+ When the API Consumer includes the "X-Correlator" header in the
254
+ request, the API provider must include it in the response with
255
+ the same value that was used in the request. Otherwise, it is
256
+ optional to include the "X-Correlator" header in the response with
257
+ any valid value. Recommendation is to use UUID for values.
258
+ schema :
259
+ type : string
260
+ format : uuid
248
261
249
262
responses :
250
263
" 200 " :
@@ -293,6 +306,19 @@ components:
293
306
description : OpenID Provider Configuration Information.
294
307
type : openIdConnect
295
308
openIdConnectUrl : .well-known/openid-configuration
309
+
310
+ headers :
311
+ X-Correlator :
312
+ description : |
313
+ When the API Consumer includes the "X-Correlator" header in the request,
314
+ the API provider must include it in the response with the same value t
315
+ hat was used in the request. Otherwise, it is optional to include the
316
+ "X-Correlator" header in the response with any valid value.
317
+ Recommendation is to use UUID for values.
318
+ required : false
319
+ schema :
320
+ type : string
321
+ format : uuid
296
322
297
323
schemas :
298
324
EdgeCloudZones :
@@ -387,6 +413,9 @@ components:
387
413
responses :
388
414
400BadRequest :
389
415
description : Bad Request
416
+ headers :
417
+ X-Correlator :
418
+ $ref : " #/components/headers/X-Correlator"
390
419
content :
391
420
application/json :
392
421
schema :
@@ -433,6 +462,9 @@ components:
433
462
}
434
463
401Unauthorized :
435
464
description : Unauthorized
465
+ headers :
466
+ X-Correlator :
467
+ $ref : " #/components/headers/X-Correlator"
436
468
content :
437
469
application/json :
438
470
schema :
@@ -449,6 +481,9 @@ components:
449
481
450
482
403Forbidden :
451
483
description : Forbidden
484
+ headers :
485
+ X-Correlator :
486
+ $ref : " #/components/headers/X-Correlator"
452
487
content :
453
488
application/json :
454
489
schema :
@@ -465,6 +500,9 @@ components:
465
500
466
501
404NotFound :
467
502
description : Subscriber Not Found
503
+ headers :
504
+ X-Correlator :
505
+ $ref : " #/components/headers/X-Correlator"
468
506
content :
469
507
application/json :
470
508
schema :
@@ -483,6 +521,9 @@ components:
483
521
484
522
405MethodNotAllowed :
485
523
description : Method Not Allowed
524
+ headers :
525
+ X-Correlator :
526
+ $ref : " #/components/headers/X-Correlator"
486
527
content :
487
528
application/json :
488
529
schema :
@@ -502,6 +543,9 @@ components:
502
543
503
544
406Unacceptable :
504
545
description : Not Acceptable
546
+ headers :
547
+ X-Correlator :
548
+ $ref : " #/components/headers/X-Correlator"
505
549
content :
506
550
application/json :
507
551
schema :
@@ -519,6 +563,9 @@ components:
519
563
520
564
429TooManyRequests :
521
565
description : Too Many Requests
566
+ headers :
567
+ X-Correlator :
568
+ $ref : " #/components/headers/X-Correlator"
522
569
content :
523
570
application/json :
524
571
schema :
@@ -538,6 +585,9 @@ components:
538
585
539
586
500InternalServerError :
540
587
description : Internal Server Error
588
+ headers :
589
+ X-Correlator :
590
+ $ref : " #/components/headers/X-Correlator"
541
591
content :
542
592
application/json :
543
593
schema :
@@ -551,6 +601,9 @@ components:
551
601
552
602
502BadGateway :
553
603
description : Bad Gateway
604
+ headers :
605
+ X-Correlator :
606
+ $ref : " #/components/headers/X-Correlator"
554
607
content :
555
608
application/json :
556
609
schema :
@@ -564,6 +617,9 @@ components:
564
617
565
618
503ServiceUnavailable :
566
619
description : Service Unavailable
620
+ headers :
621
+ X-Correlator :
622
+ $ref : " #/components/headers/X-Correlator"
567
623
content :
568
624
application/json :
569
625
schema :
@@ -577,6 +633,9 @@ components:
577
633
578
634
504GatewayTimeout :
579
635
description : Gateway Time-Out
636
+ headers :
637
+ X-Correlator :
638
+ $ref : " #/components/headers/X-Correlator"
580
639
content :
581
640
application/json :
582
641
schema :
0 commit comments