refactor(openapi): move openapi to a separate folder (#4859)

This commit is contained in:
Narayan Bhat
2024-06-07 11:44:01 +05:30
committed by GitHub
parent 97e4f1af90
commit 05105321ca
110 changed files with 1217 additions and 4628 deletions

View File

@ -0,0 +1,3 @@
---
openapi: delete /blocklist
---

View File

@ -0,0 +1,3 @@
---
openapi: get /blocklist
---

View File

@ -0,0 +1,3 @@
---
openapi: post /blocklist
---

View File

@ -0,0 +1,3 @@
---
openapi: post /blocklist/toggle
---