OpenAPI.NET.OData icon indicating copy to clipboard operation
OpenAPI.NET.OData copied to clipboard

Missing Consistency Level header parameters for paths that have path parameters appearing as last segment immediately after a navigation property

Open timayabi2020 opened this issue 1 year ago • 0 comments

For example, this path /servicePrincipals/{servicePrincipal-id}/appRoleAssignments contains consistency level header parameter as shown in the image below while this one /servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id} is missing. image Annotations have also been added to include the header and it seems like the last segment if it is a path parameter after a navigation property is not recognized. image

timayabi2020 avatar Aug 08 '24 07:08 timayabi2020