Assigned
Status Update
Comments
gs...@google.com <gs...@google.com> #2
cl...@altirnao.com <cl...@altirnao.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
gs...@google.com <gs...@google.com> #4
Engineering has been made aware of your feature request, and will address it in due course. No estimated time to implementation has been set. Meanwhile, you may follow developments in this thread.
Description
{
"description": "Updates a category in the library (reset not specified fields).",
"operationId": "CategoryV1CategoryUpdateCategoryDefinition",
"parameters": [
{
"$ref": "#/components/parameters/securityCode"
},
{
"$ref": "#/components/parameters/domain"
}
],
"responses": {
"200": {
"description": "A successful response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiCategoryDefinition"
}
}
}
},
"default": {
"description": "A failed response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/GoogleJsonErrorContainer"
}
}
}
}
},
"requestBody": {
"$ref": "#/components/requestBodies/ApiCategoryDefinition"
}
}
In Endpoints Portal, I would expect the default response to be displayed at the end of the response list (like in most Swagger UI variants). Instead, the default response is displayed first, which does not really make sense for an error.