@hestia-earth/caching-api 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +2 -12
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -434,12 +434,7 @@
|
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
}
|
|
438
|
-
"security": [
|
|
439
|
-
{
|
|
440
|
-
"APIKeyHeader": []
|
|
441
|
-
}
|
|
442
|
-
]
|
|
437
|
+
}
|
|
443
438
|
}
|
|
444
439
|
},
|
|
445
440
|
"/health": {
|
|
@@ -455,12 +450,7 @@
|
|
|
455
450
|
}
|
|
456
451
|
}
|
|
457
452
|
}
|
|
458
|
-
}
|
|
459
|
-
"security": [
|
|
460
|
-
{
|
|
461
|
-
"APIKeyHeader": []
|
|
462
|
-
}
|
|
463
|
-
]
|
|
453
|
+
}
|
|
464
454
|
}
|
|
465
455
|
}
|
|
466
456
|
},
|