Skip to content

Commit

Permalink
Potentially fix broken syntax for Swagger security and security_defin…
Browse files Browse the repository at this point in the history
…itions elements
  • Loading branch information
holgerstolzenberg committed Nov 8, 2024
1 parent 1f1f1d8 commit 44b7b23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions authzed/api/v1/openapi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
in: IN_HEADER;
name: "Authorization";
}
},
security: {
security_requirement: {
key: "ApiKeyAuth"
}
}
},
security: {
security_requirement: {
key: "ApiKeyAuth"
}
}
};

0 comments on commit 44b7b23

Please sign in to comment.