File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.generator/src/generator/templates Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ func NewConfiguration() *Configuration {
154
154
{% - for operation in path .values () %}
155
155
{% - for server in operation .servers %}
156
156
{% - if loop .first %}
157
- "{{ version }}.{{ operation.tags[0] .replace(" ", "") }}Api .{{ operation.operationId }}": {
157
+ "{{ version }}.{{ operation.tags[0] | class_name }}.{{ operation.operationId }}": {
158
158
{% - endif %}
159
159
{{ server_configuration(server)|indent("\t"*4) }},
160
160
{% - if loop .last %}
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ func NewConfiguration() *Configuration {
321
321
},
322
322
},
323
323
},
324
- "v2.On-CallPagingApi .CreateOnCallPage" : {
324
+ "v2.OnCallPagingApi .CreateOnCallPage" : {
325
325
{
326
326
URL : "https://{site}" ,
327
327
Description : "No description provided" ,
@@ -368,7 +368,7 @@ func NewConfiguration() *Configuration {
368
368
},
369
369
},
370
370
},
371
- "v2.On-CallPagingApi .AcknowledgeOnCallPage" : {
371
+ "v2.OnCallPagingApi .AcknowledgeOnCallPage" : {
372
372
{
373
373
URL : "https://{site}" ,
374
374
Description : "No description provided" ,
@@ -415,7 +415,7 @@ func NewConfiguration() *Configuration {
415
415
},
416
416
},
417
417
},
418
- "v2.On-CallPagingApi .EscalateOnCallPage" : {
418
+ "v2.OnCallPagingApi .EscalateOnCallPage" : {
419
419
{
420
420
URL : "https://{site}" ,
421
421
Description : "No description provided" ,
@@ -462,7 +462,7 @@ func NewConfiguration() *Configuration {
462
462
},
463
463
},
464
464
},
465
- "v2.On-CallPagingApi .ResolveOnCallPage" : {
465
+ "v2.OnCallPagingApi .ResolveOnCallPage" : {
466
466
{
467
467
URL : "https://{site}" ,
468
468
Description : "No description provided" ,
You can’t perform that action at this time.
0 commit comments