You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actions that create and return a single entity follow the rules for entity creation and return a Location header that contains the edit URL or read URL of the created entity.
Currently there's no way for clients and generic tools to recognize such "constructor" or "factory" actions. Annotating these actions would be helpful for e.g. OpenAPI generation from $metadata.
Proposal
Add tagging term Core.Constructor
<TermName="Constructor"Type="Core.Tag"Nullable="false"DefaultValue="true"AppliesTo="Action">
<AnnotationTerm="Core.Description"String="The annotated action constructs new entities" />
</Term>
In 11.5.4.1 Invoking an Action we define that
Currently there's no way for clients and generic tools to recognize such "constructor" or "factory" actions. Annotating these actions would be helpful for e.g. OpenAPI generation from $metadata.
Proposal
Add tagging term Core.Constructor
Imported from ODATA-1214
The text was updated successfully, but these errors were encountered: