2525 application/json :
2626 schema :
2727 type : object
28- properties : {}
2928 operationId : get_tagset_by_path
3029 description : >
3130 Return a specific tagset. Tags requested for a specific customer id are
8382 application/json :
8483 schema :
8584 type : object
86- properties : {}
8785 operationId : get_global_tagset_by_path
8886 security :
8987 - X-AIMS-Auth-Token : []
@@ -303,7 +301,6 @@ paths:
303301 application/json :
304302 schema :
305303 type : object
306- properties : {}
307304 tags :
308305 - Tags Resources
309306 description : >-
@@ -332,7 +329,6 @@ paths:
332329 application/json :
333330 schema :
334331 type : object
335- properties : {}
336332 operationId : get_global_tuning_tagset_by_path
337333 description : Get Global Tuning Tagset by Path
338334 security :
@@ -362,7 +358,6 @@ paths:
362358 application/json :
363359 schema :
364360 type : object
365- properties : {}
366361 operationId : get_tuning_tagset_by_path
367362 description : >-
368363 Return a specific tuning. The 'etag' header is set and may be used to
@@ -539,7 +534,6 @@ paths:
539534 application/json :
540535 schema :
541536 type : object
542- properties : {}
543537 tags :
544538 - Tags Resources
545539 description : >-
@@ -571,7 +565,6 @@ paths:
571565 application/json :
572566 schema :
573567 type : object
574- properties : {}
575568 operationId : get_definition_by_id
576569 tags :
577570 - Definitions Resources
@@ -590,7 +583,6 @@ paths:
590583 application/json :
591584 schema :
592585 type : object
593- properties : {}
594586 operationId : get_definitions
595587 description : Return all definitions
596588 security :
@@ -657,7 +649,6 @@ paths:
657649 application/json :
658650 schema :
659651 type : object
660- properties : {}
661652 operationId : get_definition_by_path
662653 description : Return a specific definition by its path
663654 security :
@@ -917,7 +908,6 @@ paths:
917908 application/json :
918909 schema :
919910 type : object
920- properties : {}
921911 tags :
922912 - Definitions Resources
923913 description : >-
@@ -960,7 +950,6 @@ paths:
960950 application/json :
961951 schema :
962952 type : object
963- properties : {}
964953 description : >-
965954 Return tags at the specified list of paths. When global tags are
966955 requested, they are simply retrieved from storage; they are not
@@ -1054,7 +1043,6 @@ paths:
10541043 application/json :
10551044 schema :
10561045 type : object
1057- properties : {}
10581046 tags :
10591047 - Tags Resources
10601048 description : >-
@@ -1124,7 +1112,8 @@ components:
11241112 pattern : " ^write$"
11251113 key :
11261114 type : string
1127- value : {}
1115+ value :
1116+ type : object
11281117 expiration_ts :
11291118 type : integer
11301119 required :
@@ -1140,7 +1129,8 @@ components:
11401129 pattern : " ^add$"
11411130 key :
11421131 type : string
1143- value : {}
1132+ value :
1133+ type : object
11441134 expiration_ts :
11451135 type : integer
11461136 required :
@@ -1156,7 +1146,8 @@ components:
11561146 pattern : " ^subtract$"
11571147 key :
11581148 type : string
1159- value : {}
1149+ value :
1150+ type : object
11601151 required :
11611152 - operation
11621153 - key
0 commit comments