Die eindeutige Kennung für ein Objekt. Diese ID muss für alle Objekte eines Ausstellers eindeutig sein. Dieser Wert muss das Format issuerID.identifier haben, bei dem issuerID von Google ausgegeben und identifier von dir ausgewählt wird. Die eindeutige Kennung kann nur alphanumerische Zeichen, ., _ und - enthalten.
Anfragetext
Der Anfragetext enthält eine Instanz von GenericObject.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von GenericObject.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-13 (UTC)."],[[["This PUT request updates a generic object referenced by its unique ID."],["The object ID must follow a specific format: `issuerID.identifier`."],["Request and response bodies both utilize the `GenericObject` schema."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["The document details updating a generic object via a `PUT` HTTP request to a specific URL using gRPC Transcoding. The URL requires a `resourceId` path parameter, formatted as `issuerID.identifier`, to uniquely identify the object. The request body must contain a `GenericObject` instance, and a successful response will also return a `GenericObject` instance. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]