@@ -544,7 +544,7 @@ def gen_oapi(config, oapi_filepath, mode='ogcapi-records'):
544544
545545 path = {
546546 'get' : {
547- 'tags' : ['metadata ' ],
547+ 'tags' : ['Metadata ' ],
548548 'summary' : 'Records search items page' ,
549549 'description' : 'Records search items page' ,
550550 'operationId' : 'getRecords' ,
@@ -589,7 +589,7 @@ def gen_oapi(config, oapi_filepath, mode='ogcapi-records'):
589589 path ['post' ] = {
590590 'summary' : 'Adds Records items' ,
591591 'description' : 'Adds Records items' ,
592- 'tags' : ['metadata ' ],
592+ 'tags' : ['Metadata ' ],
593593 'operationId' : 'addRecord' ,
594594 'consumes' : [
595595 'application/geo+json' , 'application/json' , 'application/xml'
@@ -633,7 +633,7 @@ def gen_oapi(config, oapi_filepath, mode='ogcapi-records'):
633633
634634 path = {
635635 'get' : {
636- 'tags' : ['metadata ' ],
636+ 'tags' : ['Metadata ' ],
637637 'summary' : 'Records item page' ,
638638 'description' : 'Records item page' ,
639639 'operationId' : 'getRecord' ,
@@ -663,7 +663,7 @@ def gen_oapi(config, oapi_filepath, mode='ogcapi-records'):
663663 path ['put' ] = {
664664 'summary' : 'Updates (full) Records items' ,
665665 'description' : 'Updates (full) Records items' ,
666- 'tags' : ['metadata ' ],
666+ 'tags' : ['Metadata ' ],
667667 'operationId' : 'replaceRecord' ,
668668 'consumes' : [
669669 'application/geo+json' , 'application/json' , 'application/xml'
@@ -694,7 +694,7 @@ def gen_oapi(config, oapi_filepath, mode='ogcapi-records'):
694694 path ['patch' ] = {
695695 'summary' : 'Updates (partial) Records items' ,
696696 'description' : 'Updates (partial) Records items' ,
697- 'tags' : ['metadata ' ],
697+ 'tags' : ['Metadata ' ],
698698 'operationId' : 'updateRecord' ,
699699 'consumes' : [
700700 'application/geo+json' , 'application/json' , 'application/xml'
@@ -725,7 +725,7 @@ def gen_oapi(config, oapi_filepath, mode='ogcapi-records'):
725725 path ['delete' ] = {
726726 'summary' : 'Deletes Records items' ,
727727 'description' : 'Deletes Records items' ,
728- 'tags' : ['metadata ' ],
728+ 'tags' : ['Metadata ' ],
729729 'operationId' : 'deleteRecord' ,
730730 'produces' : ['application/json' ],
731731 'parameters' : [
0 commit comments