Skip to content

Commit 7759726

Browse files
authored
Add note on API key security schema.
1 parent b2278d7 commit 7759726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/how-to/tools/openapi-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ work together, generate client code, create tests, apply design standards, and m
4141

4242
## Authenticating with API Key
4343

44-
With API key authentication type, you can authenticate your OpenAPI spec with various methods such as API key, Bearer token.
44+
With API key authentication type, you can authenticate your OpenAPI spec with various methods such as API key, Bearer token. Please note only one API key security schema is supported per OpenAPI spec. If you need multiple security schemas, please create multiple OpenAPI spec tools.
4545

4646
1. Update your OpenAPI spec security schemes: it has `securitySchemes` section and has one scheme of type `apiKey`. For example:
4747
```json

0 commit comments

Comments
 (0)