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:
Matteo Bigoi 2022-06-28 15:22:35 +01:00 committed by GitHub
parent ed04cbcfe8
commit 149b92b3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,