OneDrive / apidoctor

Application for validating API documentation and generating test cases
Other
40 stars 27 forks source link

Implement conditional rendering of permissions tables based on HTML comment command #280

Closed millicentachieng closed 1 month ago

millicentachieng commented 1 month ago

Introduction A new JSON permissions model was recently introduced to create a single source of truth for permissions information. The new JSON permissions model enables automation to help streamline content authoring and maintenance. Some areas have been identified where the JSON model and permissions automation process falls short of providing complete and accurate permissions information in the Microsoft Graph API reference.

Problem Statement The following issues have been identified:

Solution The solution will include the following:

<!-- {  
  "blockType": "permissions",  
  "name": "accesspackage_delete_accesspackageresourcerolescopes", 
  "requestUrls" : [], 
  "mergePermissions": true 
} --> 

Implementation Details