Forum Discussion
No RepliesBe the first to reply
Related Content
- 7 years ago
- 6 years ago
Recent Discussions
- 2 months ago
- 3 months ago
Hi,
I have an OData function as a part of my API with a following path:
/me/RecentCommunication(senderEmail='{senderEmail}'):
Shortly after I updated my spec to 3.1.0 an error "'path' must begin with '/' and be relative to an individual" occured. I have never had any issues with this path before and it is OK on the older version of this API (OAS version 3.0.0).
YAML is valid and this endpoint is displayed correctly in API doc. So it seems as a bug to me.
Any suggestions?