@@ -397,7 +397,7 @@ paths:
397
397
description : Server error
398
398
schema :
399
399
$ref : ' #/definitions/ErrorModel'
400
- /challengeTypes :
400
+ /challenge-types :
401
401
get :
402
402
tags :
403
403
- ChallengeTypes
@@ -513,7 +513,7 @@ paths:
513
513
description : Server error
514
514
schema :
515
515
$ref : ' #/definitions/ErrorModel'
516
- ' /challengeTypes /:challengeTypeId ' :
516
+ ' /challenge-types /:challengeTypeId ' :
517
517
get :
518
518
tags :
519
519
- ChallengeTypes
@@ -650,7 +650,7 @@ paths:
650
650
description : Server error
651
651
schema :
652
652
$ref : ' #/definitions/ErrorModel'
653
- /challengeSettings :
653
+ /challenge-settings :
654
654
get :
655
655
tags :
656
656
- ChallengeSettings
@@ -758,7 +758,7 @@ paths:
758
758
description : Server error
759
759
schema :
760
760
$ref : ' #/definitions/ErrorModel'
761
- ' /challengeSettings /:challengeSettingId ' :
761
+ ' /challenge-settings /:challengeSettingId ' :
762
762
get :
763
763
tags :
764
764
- ChallengeSettings
@@ -853,7 +853,7 @@ paths:
853
853
description : Server error
854
854
schema :
855
855
$ref : ' #/definitions/ErrorModel'
856
- /challengePhases :
856
+ /challenge-phases :
857
857
get :
858
858
tags :
859
859
- ChallengePhases
@@ -961,7 +961,7 @@ paths:
961
961
description : Server error
962
962
schema :
963
963
$ref : ' #/definitions/ErrorModel'
964
- /challengePhases /:challengePhaseId :
964
+ /challenge-phases /:challengePhaseId :
965
965
get :
966
966
tags :
967
967
- ChallengePhases
@@ -1152,7 +1152,7 @@ paths:
1152
1152
description : Server error
1153
1153
schema :
1154
1154
$ref : ' #/definitions/ErrorModel'
1155
- /timelineTemplates :
1155
+ /timeline-templates :
1156
1156
get :
1157
1157
tags :
1158
1158
- TimelineTemplates
@@ -1260,7 +1260,7 @@ paths:
1260
1260
description : Server error
1261
1261
schema :
1262
1262
$ref : ' #/definitions/ErrorModel'
1263
- /timelineTemplates /:timelineTemplateId :
1263
+ /timeline-templates /:timelineTemplateId :
1264
1264
get :
1265
1265
tags :
1266
1266
- TimelineTemplates
@@ -1451,7 +1451,7 @@ paths:
1451
1451
description : Server error
1452
1452
schema :
1453
1453
$ref : ' #/definitions/ErrorModel'
1454
- /challengeTimelines :
1454
+ /challenge-timelines :
1455
1455
get :
1456
1456
tags :
1457
1457
- ChallengeTypeTimelineTemplates
@@ -1540,7 +1540,7 @@ paths:
1540
1540
description : Server error
1541
1541
schema :
1542
1542
$ref : ' #/definitions/ErrorModel'
1543
- /challengeTimelines /:challengeTypeTimelineTemplateId :
1543
+ /challenge-timelines /:challengeTypeTimelineTemplateId :
1544
1544
get :
1545
1545
tags :
1546
1546
- ChallengeTypeTimelineTemplates
@@ -1677,7 +1677,7 @@ paths:
1677
1677
description : Server error
1678
1678
schema :
1679
1679
$ref : ' #/definitions/ErrorModel'
1680
- /challengeAuditLogs :
1680
+ /challenge-auditLogs :
1681
1681
get :
1682
1682
tags :
1683
1683
- AuditLog
0 commit comments