We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e6497 commit 796cd09Copy full SHA for 796cd09
model/_plugins/notifications/get_configs/operations.smithy
@@ -14,7 +14,7 @@ namespace OpenSearch
14
@xOperationGroup("notifications.get_config")
15
@xVersionAdded("2.0")
16
@readonly
17
-@suppress(["HttpUriConflict"])
+@suppress(["HttpUriConflict", "HttpMethodSemantics.UnexpectedPayload"])
18
@http(method: "GET", uri: "/_plugins/_notifications/configs")
19
@documentation("Get channel configuration.")
20
operation NotificationsConfigs_Get {
0 commit comments