Browse Source

feat(api-docs): Update api-docs derefed version (#20972)

Colleen O'Rourke 4 years ago
parent
commit
5e73b45612
2 changed files with 8 additions and 12 deletions
  1. 4 6
      api-docs/paths/events/tag-details.json
  2. 4 6
      tests/apidocs/openapi-derefed.json

+ 4 - 6
api-docs/paths/events/tag-details.json

@@ -40,12 +40,10 @@
                 }
               }
             },
-            "example": [
-              {
-                "key": "ice_cream",
-                "totalValues": 6
-              }
-            ]
+            "example": {
+              "key": "ice_cream",
+              "totalValues": 6
+            }
           }
         }
       },

+ 4 - 6
tests/apidocs/openapi-derefed.json

@@ -10000,12 +10000,10 @@
                     }
                   }
                 },
-                "example": [
-                  {
-                    "key": "ice_cream",
-                    "totalValues": 6
-                  }
-                ]
+                "example": {
+                  "key": "ice_cream",
+                  "totalValues": 6
+                }
               }
             }
           },