Skip to content

Commit

Permalink
chore: set api key into rest xml extras model
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Jan 2, 2023
1 parent 9aff747 commit 93b99c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codegen-client-test/model/rest-xml-extras.smithy
Expand Up @@ -10,6 +10,8 @@ use smithy.test#httpRequestTests
/// A REST XML service that sends XML requests and responses.
@service(sdkId: "Rest XML Protocol")
@restXml
@httpApiKeyAuth(scheme: "Apikey", name: "Authorization", in: "header")
@auth([httpApiKeyAuth])
service RestXmlExtras {
version: "2019-12-16",
operations: [
Expand Down

0 comments on commit 93b99c8

Please sign in to comment.