@@ -397,7 +397,7 @@ paths:
397397 description : Server error
398398 schema :
399399 $ref : ' #/definitions/ErrorModel'
400- /challengeTypes :
400+ /challenge-types :
401401 get :
402402 tags :
403403 - ChallengeTypes
@@ -513,7 +513,7 @@ paths:
513513 description : Server error
514514 schema :
515515 $ref : ' #/definitions/ErrorModel'
516- ' /challengeTypes /:challengeTypeId ' :
516+ ' /challenge-types /:challengeTypeId ' :
517517 get :
518518 tags :
519519 - ChallengeTypes
@@ -650,7 +650,7 @@ paths:
650650 description : Server error
651651 schema :
652652 $ref : ' #/definitions/ErrorModel'
653- /challengeSettings :
653+ /challenge-settings :
654654 get :
655655 tags :
656656 - ChallengeSettings
@@ -758,7 +758,7 @@ paths:
758758 description : Server error
759759 schema :
760760 $ref : ' #/definitions/ErrorModel'
761- ' /challengeSettings /:challengeSettingId ' :
761+ ' /challenge-settings /:challengeSettingId ' :
762762 get :
763763 tags :
764764 - ChallengeSettings
@@ -853,7 +853,7 @@ paths:
853853 description : Server error
854854 schema :
855855 $ref : ' #/definitions/ErrorModel'
856- /challengePhases :
856+ /challenge-phases :
857857 get :
858858 tags :
859859 - ChallengePhases
@@ -961,7 +961,7 @@ paths:
961961 description : Server error
962962 schema :
963963 $ref : ' #/definitions/ErrorModel'
964- /challengePhases /:challengePhaseId :
964+ /challenge-phases /:challengePhaseId :
965965 get :
966966 tags :
967967 - ChallengePhases
@@ -1152,7 +1152,7 @@ paths:
11521152 description : Server error
11531153 schema :
11541154 $ref : ' #/definitions/ErrorModel'
1155- /timelineTemplates :
1155+ /timeline-templates :
11561156 get :
11571157 tags :
11581158 - TimelineTemplates
@@ -1260,7 +1260,7 @@ paths:
12601260 description : Server error
12611261 schema :
12621262 $ref : ' #/definitions/ErrorModel'
1263- /timelineTemplates /:timelineTemplateId :
1263+ /timeline-templates /:timelineTemplateId :
12641264 get :
12651265 tags :
12661266 - TimelineTemplates
@@ -1451,7 +1451,7 @@ paths:
14511451 description : Server error
14521452 schema :
14531453 $ref : ' #/definitions/ErrorModel'
1454- /challengeTimelines :
1454+ /challenge-timelines :
14551455 get :
14561456 tags :
14571457 - ChallengeTypeTimelineTemplates
@@ -1540,7 +1540,7 @@ paths:
15401540 description : Server error
15411541 schema :
15421542 $ref : ' #/definitions/ErrorModel'
1543- /challengeTimelines /:challengeTypeTimelineTemplateId :
1543+ /challenge-timelines /:challengeTypeTimelineTemplateId :
15441544 get :
15451545 tags :
15461546 - ChallengeTypeTimelineTemplates
@@ -1677,7 +1677,7 @@ paths:
16771677 description : Server error
16781678 schema :
16791679 $ref : ' #/definitions/ErrorModel'
1680- /challengeAuditLogs :
1680+ /challenge-auditLogs :
16811681 get :
16821682 tags :
16831683 - AuditLog
0 commit comments