Skip to content

Commit 95a5920

Browse files
committed
chore(schema): updated swagger documents.
1 parent 4f17147 commit 95a5920

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

schemas/swagger.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,20 @@
226226
}
227227
}
228228
}
229+
},
230+
"/api/v1/posts/": {
231+
"get": {
232+
"tags": [
233+
"Logues"
234+
],
235+
"summary": "returns dynamic content for the blog page",
236+
"description": "/api/v1/logues",
237+
"responses": {
238+
"200": {
239+
"description": "OK"
240+
}
241+
}
242+
}
229243
}
230244
}
231245
}

0 commit comments

Comments
 (0)