We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b41ca6 commit 8934c0dCopy full SHA for 8934c0d
1 file changed
model/article/article-io.smithy
@@ -41,19 +41,19 @@ structure ListArticlesInput with [InputPagination] {
41
amount: PositiveDouble
42
43
@httpQuery("name")
44
- @documentation("Literal product name.")
+ @documentation("Product name.")
45
name: ResourceName
46
47
@httpQuery("subcategory")
48
- @documentation("Literal product subcategory.")
+ @documentation("Product subcategory.")
49
subcategory: ResourceName
50
51
@httpQuery("category")
52
- @documentation("Literal product category.")
+ @documentation("Product category.")
53
category: ResourceName
54
55
@httpQuery("vendor")
56
- @documentation("Literal product vendor.")
+ @documentation("Product vendor.")
57
vendor: ResourceName
58
}
59
0 commit comments