"creditKickbackKash": {
"httpMethod": "PUT",
"id": "servUsApi.admin.creditKickbackKash",
"parameterOrder": [
"userId",
"creditAmount"
],
"parameters": {
"userId": {
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"creditAmount": {
"location": "path",
"required": true,
"type": "number"
}
},
"path": "creditKickbackKash/{userId}/{creditAmount}",
"response": {
"$ref": "ResultDTO"
},
"scopes": [
"https://www.googleapis.com/auth/userinfo.email"
]
}Hi Eric,
As part of the Cloud Endpoints Framework 2.0, the JSON-RPC protocol, which is required for legacy iOS clients and automatic kind fields features are not currently available. See Currently excluded features and tools for Cloud Endpoints 2.0 documentation for more details. In case you require any of these features, migration to Cloud Endpoints 2.0 is currently not recommended.
Hi Eric,
Prior proceeding with filing a defect request, I will need to reproduce this issue. Would it be possible for you to provide a minimal working example demonstrating this issue? To do so, you can attach a sample of the code you used to generate the discovery doc in your reply. Let me know in case you would prefer to be contacted in private so to provide your reproduction.
Thanks a lot for providing your reproduction. You’ll be glad to know that I have forwarded your observations to the backline team from this Cloud Platform SDK’s Public Issue Tracker thread. Feel free to follow this issue's resolution and post any comments there.
Regards,
Alex