Add validation on route GetOneArticle
This commit is contained in:
@@ -31,7 +31,7 @@ val converters: ConverterDeclaration = {
|
||||
invalidParams = listOf(
|
||||
InvalidParam(
|
||||
"ID",
|
||||
"ID must be UUID"
|
||||
"must be UUID"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user