Fornisce il controllo sulla modalità di esecuzione delle richieste di scrittura. Se non specificato, vince l'ultima scrittura.
Rappresentazione JSON
{// Union field control can be only one of the following:"requiredRevisionId": string// End of list of possible types for union field control.}
Campi
Campo unione control. Determina la revisione dell'etichetta da scrivere e il comportamento della richiesta se la revisione non è quella corrente dell'etichetta. control può essere solo uno dei seguenti:
requiredRevisionId
string
L'ID revisione dell'etichetta a cui verrà applicata la richiesta di scrittura. Se non si tratta dell'ultima revisione dell'etichetta, la richiesta non verrà elaborata e verrà restituito l'errore 400 Bad Request.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-08-05 UTC."],[],[],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. |"]]