Skip to content

Commit

Permalink
feat(apigee): update the api
Browse files Browse the repository at this point in the history
#### apigee:v1

The following keys were deleted:
- schemas.GoogleCloudApigeeV1ApiCategory.properties.data.$ref (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategory.properties.errorCode.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategory.properties.message.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategory.properties.requestId.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategory.properties.status.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategoryData (Total Keys: 7)

The following keys were added:
- schemas.GoogleCloudApigeeV1ApiCategory.properties.id.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategory.properties.name.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategory.properties.siteId.type (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ApiCategory.properties.updateTime (Total Keys: 2)
- schemas.GoogleCloudApigeeV1ApiCategoryResponse (Total Keys: 7)

The following keys were changed:
- resources.organizations.resources.sites.resources.apicategories.methods.create.request.$ref (Total Keys: 1)
- resources.organizations.resources.sites.resources.apicategories.methods.create.response.$ref (Total Keys: 1)
- resources.organizations.resources.sites.resources.apicategories.methods.get.response.$ref (Total Keys: 1)
- resources.organizations.resources.sites.resources.apicategories.methods.patch.request.$ref (Total Keys: 1)
- resources.organizations.resources.sites.resources.apicategories.methods.patch.response.$ref (Total Keys: 1)
- schemas.GoogleCloudApigeeV1ListApiCategoriesResponse.properties.data.items.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Nov 7, 2023
1 parent 4209bba commit 3926750
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
14 changes: 7 additions & 7 deletions docs/dyn/apigee_v1.organizations.sites.apicategories.html
Expand Up @@ -107,7 +107,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
{ # `ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
Expand All @@ -123,7 +123,7 @@ <h3>Method Details</h3>
An object of the form:

{ # The API category resource wrapped with response status, error_code, etc.
&quot;data&quot;: { # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # Details of the category.
&quot;data&quot;: { # `ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # The API category resource.
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
Expand Down Expand Up @@ -174,7 +174,7 @@ <h3>Method Details</h3>
An object of the form:

{ # The API category resource wrapped with response status, error_code, etc.
&quot;data&quot;: { # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # Details of the category.
&quot;data&quot;: { # `ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # The API category resource.
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
Expand Down Expand Up @@ -202,8 +202,8 @@ <h3>Method Details</h3>
An object of the form:

{ # The response for `ListApiCategoriesRequest`.
&quot;data&quot;: [ # Details of the categories.
{ # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
&quot;data&quot;: [ # The API category resources.
{ # `ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
Expand All @@ -226,7 +226,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
{ # `ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
Expand All @@ -242,7 +242,7 @@ <h3>Method Details</h3>
An object of the form:

{ # The API category resource wrapped with response status, error_code, etc.
&quot;data&quot;: { # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # Details of the category.
&quot;data&quot;: { # `ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # The API category resource.
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
Expand Down
66 changes: 33 additions & 33 deletions googleapiclient/discovery_cache/documents/apigee.v1.json
Expand Up @@ -9458,10 +9458,10 @@
},
"path": "v1/{+parent}/apicategories",
"request": {
"$ref": "GoogleCloudApigeeV1ApiCategoryData"
"$ref": "GoogleCloudApigeeV1ApiCategory"
},
"response": {
"$ref": "GoogleCloudApigeeV1ApiCategory"
"$ref": "GoogleCloudApigeeV1ApiCategoryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
Expand Down Expand Up @@ -9511,7 +9511,7 @@
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleCloudApigeeV1ApiCategory"
"$ref": "GoogleCloudApigeeV1ApiCategoryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
Expand Down Expand Up @@ -9561,10 +9561,10 @@
},
"path": "v1/{+name}",
"request": {
"$ref": "GoogleCloudApigeeV1ApiCategoryData"
"$ref": "GoogleCloudApigeeV1ApiCategory"
},
"response": {
"$ref": "GoogleCloudApigeeV1ApiCategory"
"$ref": "GoogleCloudApigeeV1ApiCategoryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
Expand Down Expand Up @@ -9609,7 +9609,7 @@
}
}
},
"revision": "20231016",
"revision": "20231102",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -9898,51 +9898,51 @@
"type": "object"
},
"GoogleCloudApigeeV1ApiCategory": {
"description": "The API category resource wrapped with response status, error_code, etc.",
"description": "`ApiCategory` represents an API category. [Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.",
"id": "GoogleCloudApigeeV1ApiCategory",
"properties": {
"data": {
"$ref": "GoogleCloudApigeeV1ApiCategoryData",
"description": "Details of the category."
},
"errorCode": {
"description": "Unique error code for the request, if any.",
"id": {
"description": "ID of the category (a UUID).",
"type": "string"
},
"message": {
"description": "Description of the operation.",
"name": {
"description": "Name of the category.",
"type": "string"
},
"requestId": {
"description": "Unique ID of the request.",
"siteId": {
"description": "Name of the portal.",
"type": "string"
},
"status": {
"description": "Status of the operation.",
"updateTime": {
"description": "Time the category was last modified in milliseconds since epoch.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudApigeeV1ApiCategoryData": {
"description": "`ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.",
"id": "GoogleCloudApigeeV1ApiCategoryData",
"GoogleCloudApigeeV1ApiCategoryResponse": {
"description": "The API category resource wrapped with response status, error_code, etc.",
"id": "GoogleCloudApigeeV1ApiCategoryResponse",
"properties": {
"id": {
"description": "ID of the category (a UUID).",
"data": {
"$ref": "GoogleCloudApigeeV1ApiCategory",
"description": "The API category resource."
},
"errorCode": {
"description": "Unique error code for the request, if any.",
"type": "string"
},
"name": {
"description": "Name of the category.",
"message": {
"description": "Description of the operation.",
"type": "string"
},
"siteId": {
"description": "Name of the portal.",
"requestId": {
"description": "Unique ID of the request.",
"type": "string"
},
"updateTime": {
"description": "Time the category was last modified in milliseconds since epoch.",
"format": "int64",
"status": {
"description": "Status of the operation.",
"type": "string"
}
},
Expand Down Expand Up @@ -13251,9 +13251,9 @@
"id": "GoogleCloudApigeeV1ListApiCategoriesResponse",
"properties": {
"data": {
"description": "Details of the categories.",
"description": "The API category resources.",
"items": {
"$ref": "GoogleCloudApigeeV1ApiCategoryData"
"$ref": "GoogleCloudApigeeV1ApiCategory"
},
"type": "array"
},
Expand Down

0 comments on commit 3926750

Please sign in to comment.