کنترل نحوه اجرای درخواست های نوشتن را فراهم می کند. وقتی مشخص نیست، آخرین نوشتن برنده می شود.
نمایندگی JSON
{// Union field control can be only one of the following:"requiredRevisionId": string// End of list of possible types for union field control.}
فیلدها
control میدان اتحادیه بازبینی برچسبی را تعیین میکند که باید به آن بنویسید و اگر آن بازبینی ویرایش فعلی برچسب نباشد، درخواست چگونه باید رفتار کند. control فقط می تواند یکی از موارد زیر باشد:
requiredRevisionId
string
شناسه بازبینی برچسبی که درخواست نوشتن روی آن اعمال خواهد شد. اگر این آخرین ویرایش برچسب نباشد، درخواست پردازش نمیشود و خطای 400 Bad Request را برمیگرداند.
تاریخ آخرین بهروزرسانی 2025-08-05 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-08-05 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# WriteControl\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nProvides control over how write requests are executed. When not specified, the last write wins.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `control` can be only one of the following: \"requiredRevisionId\": string // End of list of possible types for union field `control`. } ``` |\n\n| Fields ||\n|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `control`. Determines the revision of the label to write to and how the request should behave if that revision isn't the current revision of the label. `control` can be only one of the following: ||\n| `requiredRevisionId` | `string` The revision ID of the label that the write request will be applied to. If this isn't the latest revision of the label, the request will not be processed and will return a 400 Bad Request error. |"]]