Skip to content
New issue

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

Add annotations to enable generation of PUT and PATCH to the path .../claimsPolicy #660

Open
irvinesunday opened this issue Aug 7, 2024 · 1 comment
Labels

Comments

@irvinesunday
Copy link
Contributor

The annotation that needs to be added:

<NavigationProperty Name="claimsPolicy" Type="graph.customClaimsPolicy" ContainsTarget="true">
  <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
    <Record>
      <PropertyValue Property="UpdateMethod">
        <EnumMember>Org.OData.Capabilities.V1.HttpMethod/PATCH Org.OData.Capabilities.V1.HttpMethod/PUT </EnumMember>
      </PropertyValue>
    </Record>
  </Annotation>
</NavigationProperty>
@marabooy
Copy link
Contributor

This can now be closed as the annotation was added recently @irvinesunday #662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants