Method: eventticketclass.update
Aktualisiert die Klasse des Veranstaltungstickets, auf die durch die angegebene Klassen-ID verwiesen wird.
HTTP-Anfrage
PUT https://walletobjects.googleapis.com/walletobjects/v1/eventTicketClass/{resourceId}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
resourceId |
string
Die eindeutige Kennung für einen Kurs. Diese ID muss für alle Klassen eines Ausstellers eindeutig sein. Dieser Wert sollte das Format issuer ID haben.identifier, wobei die erstere von Google ausgestellt und die zweite von Ihnen ausgewählt wird. Die eindeutige Kennung darf nur alphanumerische Zeichen, „.“ (Punkt), „_“ (Unterstrich) oder „-“ (Bindestriche) enthalten.
|
Anfragetext
Der Anfragetext enthält eine Instanz von EventTicketClass
.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von EventTicketClass
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/wallet_object.issuer
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-04 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-04 (UTC)."],[[["Updates an existing event ticket class with the provided data."],["Uses a `PUT` request to the specified endpoint with the class ID in the path."],["Requires an `EventTicketClass` object in the request body for the update."],["Returns the updated `EventTicketClass` object in the response if successful."],["Needs the `wallet_object.issuer` OAuth scope for authorization."]]],["The core action is updating an event ticket class using its unique `resourceId`. This is achieved via a `PUT` request to the specified URL: `https://walletobjects.googleapis.com/walletobjects/v1/eventTicketClass/{resourceId}`. The `resourceId` must adhere to the format `\u003cissuer ID\u003e.\u003cidentifier\u003e`. The request body requires an `EventTicketClass` instance, and a successful response will also return an `EventTicketClass` instance. This operation needs `https://www.googleapis.com/auth/wallet_object.issuer` authorization.\n"]]