Merge pull request #12488 from DennisHartrampf/fix/documentation-include-description

Include required description in 200 response
This commit is contained in:
markkaylor 2022-03-04 09:48:10 +01:00 committed by GitHub
commit dfb8d17f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,