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