Unikalny identyfikator obiektu. Ten identyfikator musi być unikalny wśród wszystkich obiektów wydawcy. Ta wartość powinna mieć format issuer ID.identifier, gdzie pierwszy identyfikator jest wystawiany przez Google, a drugi jest wybierany przez Ciebie. Unikalny identyfikator powinien zawierać tylko znaki alfanumeryczne oraz znaki „.”, „_” lub „-”.
Treść żądania
Treść żądania zawiera wystąpienie elementu TransitObject.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu TransitObject.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-03-13 UTC."],[[["Updates a transit object using patch semantics, allowing for partial modifications."],["The request requires a unique object ID in the URL path, following a specific format."],["The request body and successful response both contain a `TransitObject` resource."],["Authorization requires the `wallet_object.issuer` scope for object manipulation."]]],["This describes updating a transit object using a PATCH request to the specified URL: `https://walletobjects.googleapis.com/walletobjects/v1/transitObject/{resourceId}`. The `resourceId` path parameter is a unique string identifier following a specific format. The request body requires a `TransitObject` instance, and a successful response returns an updated `TransitObject`. Authorization needs the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The identifier should only include alphanumeric characters, '.', '_', or '-'.\n"]]