diff --git a/.gitignore b/.gitignore index 66fd13c..1d5b91b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +# IDE's +.idea/ diff --git a/proto/apidocs.swagger.json b/proto/apidocs.swagger.json index aa58e50..786d2c7 100644 --- a/proto/apidocs.swagger.json +++ b/proto/apidocs.swagger.json @@ -3030,6 +3030,11 @@ "in": "header" } }, + "security": [ + { + "ApiKeyAuth": [] + } + ], "externalDocs": { "description": "More about the Authzed API.", "url": "https://docs.authzed.com/reference/api"