mirror of
https://github.com/strapi/strapi.git
synced 2025-12-16 17:53:53 +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 {
|
return {
|
||||||
responses: {
|
responses: {
|
||||||
'200': {
|
'200': {
|
||||||
|
description: 'OK',
|
||||||
content: {
|
content: {
|
||||||
'application/json': {
|
'application/json': {
|
||||||
schema,
|
schema,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user