mirror of https://github.com/smithy-lang/smithy-rs
Fix simple model error 'This operation uses the GET method in the trait, but the member is sent as the payload' (#1507)
Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com>
This commit is contained in:
parent
ed04cbcfe8
commit
149b92b3f1
|
@ -108,7 +108,7 @@ structure HealthcheckOutputResponse {
|
|||
}
|
||||
|
||||
@readonly
|
||||
@http(method: "GET", uri: "/service/{id}/blob")
|
||||
@http(method: "POST", uri: "/service/{id}/blob")
|
||||
@documentation("Stores a blob for a service id")
|
||||
operation StoreServiceBlob {
|
||||
input: StoreServiceBlobInput,
|
||||
|
|
Loading…
Reference in New Issue