feat: update logic for update query to db for posts
This commit is contained in:
@@ -25,6 +25,8 @@ definitions:
|
||||
type: string
|
||||
id:
|
||||
type: integer
|
||||
published:
|
||||
type: boolean
|
||||
title:
|
||||
type: string
|
||||
type: object
|
||||
@@ -32,6 +34,8 @@ definitions:
|
||||
properties:
|
||||
content:
|
||||
type: string
|
||||
published:
|
||||
type: boolean
|
||||
title:
|
||||
type: string
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user