Update Microsoft Graph schema extension
See original GitHub issueUpdate MS Graph schema extension using PATCH https://graph.microsoft.com/v1.0/schemaExtensions/<id>.
- command
graph schemaextension update --id <id> --description|-d [description] --targetTypes|-t [types] --status|-s [status] --properties|-p [properties] - types: comma-separated list of target types
- properties: JSON string with the properties
Note: requires #10
More information: https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/schemaextension_update
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:16 (15 by maintainers)
Top Results From Across the Web
Update schemaExtension - Microsoft Graph v1.0
When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. For more information, see ...
Read more >Update-MgSchemaExtension - Microsoft Learn
When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. For more information, see the...
Read more >Add custom data to resources using extensions - Microsoft Learn
Microsoft Graph schema extensions are conceptually similar to directory extensions. First, you create your schema extension definition. Then, ...
Read more >Add custom data to groups using schema extensions
Follow the steps in this example to register a schema extension definition, create a group with extended data, and update custom data in...
Read more >Create schemaExtension - Microsoft Graph v1.0
Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi guys @waldekmastykarz @VelinGeorgiev
Sorry for the very long lack of response 😒 (shame on me!), I’ve been really busy for the past few months, and probably will be for another few weeks at least… If that is still free to pickup whenever I get back on track, I will ! Sorry again!
Regards, Yannick
Hi @waldekmastykarz , Can I take this one?