Skip to content

Commit

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

The following keys were added:
- resources.cases.methods.list.parameters.productLine (Total Keys: 2)
- schemas.CaseClassification.properties.product.$ref (Total Keys: 1)
- schemas.Product (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Jan 23, 2024
1 parent d485079 commit b3cdcb6
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/dyn/cloudsupport_v2beta.caseClassifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ <h3>Method Details</h3>
{ # A Case Classification represents the topic that a case is about. It&#x27;s very important to use accurate classifications, because they&#x27;re used to route your cases to specialists who can help you. A classification always has an ID that is its unique identifier. A valid ID is required when creating a case.
&quot;displayName&quot;: &quot;A String&quot;, # A display name for the classification. The display name is not static and can change. To uniquely and consistently identify classifications, use the `CaseClassification.id` field.
&quot;id&quot;: &quot;A String&quot;, # The unique ID for a classification. Must be specified for case creation. To retrieve valid classification IDs for case creation, use `caseClassifications.search`. Classification IDs returned by `caseClassifications.search` are guaranteed to be valid for at least 6 months. If a given classification is deactiveated, it will immediately stop being returned. After 6 months, `case.create` requests using the classification ID will fail.
&quot;product&quot;: { # The full product a case may be associated with, including Product Line and Product Subline. # The full product the classification corresponds to.
&quot;productLine&quot;: &quot;A String&quot;, # The Product Line of the Product.
&quot;productSubline&quot;: &quot;A String&quot;, # The Product Subline of the Product, such as &quot;Maps Billing&quot;.
},
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Set this in the `page_token` field of subsequent `caseClassifications.list` requests. If unspecified, there are no more results to retrieve.
Expand Down

0 comments on commit b3cdcb6

Please sign in to comment.