Skip to content

Commit

Permalink
add HttpMethodSemantics.UnexpectedPayload suppress
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Farr <[email protected]>
Signed-off-by: Sokratis Papadopoulos <[email protected]>
  • Loading branch information
spapadop and Xtansia authored Mar 22, 2024
1 parent 68e6497 commit 796cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/_plugins/notifications/get_configs/operations.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace OpenSearch
@xOperationGroup("notifications.get_config")
@xVersionAdded("2.0")
@readonly
@suppress(["HttpUriConflict"])
@suppress(["HttpUriConflict", "HttpMethodSemantics.UnexpectedPayload"])
@http(method: "GET", uri: "/_plugins/_notifications/configs")
@documentation("Get channel configuration.")
operation NotificationsConfigs_Get {
Expand Down

0 comments on commit 796cd09

Please sign in to comment.