mirror of
https://github.com/strapi/strapi.git
synced 2025-12-11 23:15:15 +00:00
Merge pull request #12488 from DennisHartrampf/fix/documentation-include-description
Include required description in 200 response
This commit is contained in:
commit
dfb8d17f03
@ -57,6 +57,7 @@ module.exports = (attributes, route, isListOfEntities = false) => {
|
||||
return {
|
||||
responses: {
|
||||
'200': {
|
||||
description: 'OK',
|
||||
content: {
|
||||
'application/json': {
|
||||
schema,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user