নোটে এক বা একাধিক অনুমতি তৈরি করে। শুধুমাত্র WRITER ভূমিকা সহ অনুমতি তৈরি করা যেতে পারে। যদি কোনো অনুমতি যোগ করা ব্যর্থ হয়, তাহলে সম্পূর্ণ অনুরোধ ব্যর্থ হয় এবং কোনো পরিবর্তন করা হয় না।
HTTP অনুরোধ
POST https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchCreate
অভিভাবক সম্পদ তৈরি করা হচ্ছে সমস্ত অনুমতি দ্বারা ভাগ করা. বিন্যাস: notes/{note} যদি এটি সেট করা থাকে, তাহলে CreatePermission বার্তাগুলির মূল ক্ষেত্রটি অবশ্যই খালি থাকতে হবে বা এই ক্ষেত্রের সাথে মেলে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-11-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Use the `POST` method and the `https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchCreate` endpoint to batch create permissions for Google Keep notes."],["The request body must include an array of `requests`, each containing the `parent` note and the `permission` object to be created, with the `WRITER` role."],["If any permission creation fails, the entire request fails and no changes are made to the note's permissions."],["The response body contains an array of successfully created `permissions` with their details."],["This operation requires the `https://www.googleapis.com/auth/keep` OAuth scope for authorization."]]],[]]