WriteControl

提供对写入请求执行方式的控制。如果未指定,则最后一次写入的内容会生效。

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

写入请求将应用于的标签的修订版本 ID。如果这不是标签的最新修订版本,系统将不会处理相应请求,并会返回 400 Bad Request 错误。