-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Currently in the version of the OpenApi dll we are using, the required fields aren’t marked. For eg:
In the Leads/QualifyLead the Odata XML shows that these fileds: CreateAccount, CreateContact, CreateOpportunity, Status are Nullable=false (meaning required)
But the OpenApi swagger doesn’t show that these fields are required:
Steps to reproduce
Use any bound/unbound action and check the metadata and compare the OpenApi swagger generated and you will notice the nullable fields are not set as required.
Expected result
The OpenApi swagger marks the required fields and returns it as a part of the swagger document
Actual result
Currently in the version of the OpenApi dll we are using, the required fields aren’t marked.
Metadata
Metadata
Assignees
Labels
No labels

