Skip to content

An operation without a return schema should default to a Stream/byte[] response type. #546

@darrelmiller

Description

@darrelmiller
openapi: 3.0.3
info:
  title: app that calls graph and gets the me profile
  version: 1.0.0
paths:
  /me:
    get:
      responses:
        200: 
          description: Success!

Currently kiota returns this error:

could not find operation return type Get \me

AB#10904

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfixedgeneratorIssues or improvements relater to generation capabilities.

Type

No type

Projects

Status

Done ✔️

Relationships

None yet

Development

No branches or pull requests

Issue actions