{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Add Password API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Add Password", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Create Add Password", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/addPassword", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a strong password or secret to an application. You can also add passwords while creating the application." } ] } ], "bundled": true }