Assigned
Status Update
Comments
al...@old.vente-exclusive.com <al...@old.vente-exclusive.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
kn...@google.com <kn...@google.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
ERROR: unknown location: http: body field path 'quantities' must be a non-repeated message.'
example swagger:
{
"name": "quantities",
"in": "body",
"required": false,
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/XXX.Quantity"
}
}
}