New Feature: Include Response Headers for Open API responses #9986
Labels
openapi
Issues related to the OpenAPI function importer
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
name: Include Response Headers for Open API responses
In case of CREATE operation in dataverse, the response is 204 without a body, but the newly created record id is returned in a header named
OData-EntityId
.THere is currently no way to get this header value from a
RestApiOperationResponse
The text was updated successfully, but these errors were encountered: