mirror of
https://github.com/google-wallet/rest-samples.git
synced 2026-01-10 13:58:14 -05:00
* Added issuer creation and permissions update examples to all templates * Generated new outputs for each template * Updated Google SDK version sfor C#, Java, PHP, and Python templates * General formatting and linting updates * Additional commenting * Added stronger typing of variables in C# and Java examples
49 lines
1.1 KiB
HTTP
49 lines
1.1 KiB
HTTP
# [START object]
|
|
POST /walletobjects/v1/$object_typeObject HTTP/1.1
|
|
Host: walletobjects.googleapis.com
|
|
Content-Type: application/json
|
|
Authorization: Bearer <ACCESS_TOKEN>;
|
|
Accept-Language: en-us
|
|
Accept-Encoding: gzip, deflate
|
|
Connection: Keep-Alive
|
|
|