oav icon indicating copy to clipboard operation
oav copied to clipboard

'POST' list calls incorrectly flagged with 'MISSING_RESOURCE_ID' and 'OBJECT_MISSING_REQUIRED_PROPERTY'

Open markcowl opened this issue 2 years ago • 0 comments

Here is an example: https://github.com/Azure/azure-rest-api-specs-pr/pull/13835/checks?check_run_id=15497000259

The method here is POST, in all 4 erroneous applications, the targeted operation is a custom POST action that should not have any requirment of returning an ID, and does not have 'id' in its schema. The linked schema in 'Missing_Resource_Id' is not the response schema for these operations.

markcowl avatar Jul 31 '23 22:07 markcowl