[[["সহজে বোঝা যায়","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"]],["2025-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates a hold for the specified matter using an HTTP POST request."],["Requires `matterId` as a path parameter and a request body containing the hold details."],["If successful, the response returns the newly created Hold object."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document details the process for creating a hold within a specified matter using a POST request. The HTTP request is directed to `https://vault.googleapis.com/v1/matters/{matterId}/holds`, using gRPC Transcoding syntax. The `matterId` is a required path parameter. The request body must include a `Hold` instance, and a successful response returns a newly created `Hold` instance. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]