@@ -386,6 +386,8 @@ paths:
386
386
schema :
387
387
$ref : ' #/definitions/model.HealthResponse'
388
388
summary : Health
389
+ tags :
390
+ - Monitoring
389
391
/info :
390
392
get :
391
393
description : |-
@@ -402,6 +404,8 @@ paths:
402
404
schema :
403
405
$ref : ' #/definitions/model.InfoResponse'
404
406
summary : Info
407
+ tags :
408
+ - Monitoring
405
409
/metrics :
406
410
get :
407
411
description : This endpoint is providing metrics about the relay proxy in the
@@ -414,6 +418,8 @@ paths:
414
418
schema :
415
419
type : string
416
420
summary : Prometheus endpoint
421
+ tags :
422
+ - Monitoring
417
423
/ofrep/v1/evaluate/flags :
418
424
post :
419
425
consumes :
@@ -460,6 +466,8 @@ paths:
460
466
security :
461
467
- ApiKeyAuth : []
462
468
summary : Open-Feature Remote Evaluation Protocol bulk evaluation API.
469
+ tags :
470
+ - OpenFeature Remote Evaluation Protocol (OFREP)
463
471
/ofrep/v1/evaluate/flags/{flag_key} :
464
472
post :
465
473
consumes :
@@ -505,6 +513,8 @@ paths:
505
513
security :
506
514
- ApiKeyAuth : []
507
515
summary : Evaluate a feature flag using the OpenFeature Remote Evaluation Protocol
516
+ tags :
517
+ - OpenFeature Remote Evaluation Protocol (OFREP)
508
518
/v1/allflags :
509
519
post :
510
520
consumes :
@@ -540,6 +550,8 @@ paths:
540
550
security :
541
551
- ApiKeyAuth : []
542
552
summary : All flags variations for a user
553
+ tags :
554
+ - GO Feature Flag Evaluation API
543
555
/v1/data/collector :
544
556
post :
545
557
consumes :
@@ -574,6 +586,8 @@ paths:
574
586
security :
575
587
- ApiKeyAuth : []
576
588
summary : Endpoint to send usage of your flags to be collected
589
+ tags :
590
+ - GO Feature Flag Evaluation API
577
591
/v1/feature/{flag_key}/eval :
578
592
post :
579
593
consumes :
@@ -619,6 +633,8 @@ paths:
619
633
security :
620
634
- ApiKeyAuth : []
621
635
summary : Evaluate a feature flag
636
+ tags :
637
+ - GO Feature Flag Evaluation API
622
638
/ws/v1/flag/change :
623
639
post :
624
640
consumes :
@@ -647,6 +663,8 @@ paths:
647
663
schema :
648
664
$ref : ' #/definitions/modeldocs.HTTPErrorDoc'
649
665
summary : Websocket endpoint to be notified about flag changes
666
+ tags :
667
+ - GO Feature Flag Evaluation API
650
668
securityDefinitions :
651
669
ApiKeyAuth :
652
670
description : Use configured APIKeys in yaml config as authorization keys, disabled
0 commit comments