Skip to content

Commit 796cd09

Browse files
spapadopXtansia
andauthored
add HttpMethodSemantics.UnexpectedPayload suppress
Co-authored-by: Thomas Farr <[email protected]> Signed-off-by: Sokratis Papadopoulos <[email protected]>
1 parent 68e6497 commit 796cd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/_plugins/notifications/get_configs/operations.smithy

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace OpenSearch
1414
@xOperationGroup("notifications.get_config")
1515
@xVersionAdded("2.0")
1616
@readonly
17-
@suppress(["HttpUriConflict"])
17+
@suppress(["HttpUriConflict", "HttpMethodSemantics.UnexpectedPayload"])
1818
@http(method: "GET", uri: "/_plugins/_notifications/configs")
1919
@documentation("Get channel configuration.")
2020
operation NotificationsConfigs_Get {

0 commit comments

Comments
 (0)