{ "operationId": "grantPrivileges", "method": "POST", "path": "/api/v2/databases/{database}/database-roles/{name}/grants", "summary": "Grant Privileges to the Role", "requestExamples": [ { "contentType": "application/json", "name": "GrantprivilegesRequestExample", "example": { "securable": { "database": "example_value", "schema": "example_value", "service": "example_value", "name": "Example Title" }, "containing_scope": { "database": "example_value", "schema": "example_value" }, "securable_type": "example_value", "grant_option": true, "privileges": [ "example_value" ], "created_on": "2026-01-15T10:30:00Z", "granted_by": "example_value" } } ], "responseExamples": [] }