Add validation on route Article versions
This commit is contained in:
@@ -211,6 +211,12 @@ paths:
|
||||
format: uuid
|
||||
name:
|
||||
type: string
|
||||
400:
|
||||
description: BadReqest
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/400'
|
||||
|
||||
/login:
|
||||
post:
|
||||
|
||||
Reference in New Issue
Block a user