We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following request creates an Employee entity and associates it to an existing Employee entity via the Manager navigation property.
Manager
POST Employees { "[email protected]": "Employees(0)", "Name": "Peter" }
Is there a Capabilities annotation on the navigation property that would forbid this operation?
UpdateRestrictions/NonUpdatableNavigationProperties
InsertRestrictions/NonUpdatableNavigationProperties
Imported from ODATA-1612
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following request creates an Employee entity and associates it to an existing Employee entity via the
Manager
navigation property.Is there a Capabilities annotation on the navigation property that would forbid this operation?
UpdateRestrictions/NonUpdatableNavigationProperties
controls changing a relation during update.InsertRestrictions/NonUpdatableNavigationProperties
controls creating a relation together with the related entity during insert.Imported from ODATA-1612
The text was updated successfully, but these errors were encountered: