responses: '200': # missing '400' response definition description: OK content: text/plain: schema: type: string
responses: '200': # missing '422' response definition description: OK content: text/plain: schema: type: string
responses: '400': description: Unauthorized # a description is required content: text/plain: schema: type: string
responses: '422': description: Unauthorized # a description is required content: text/plain: schema: type: string
Check the FireTail blog and research documents for up-to-date information.