Adding a Swagger definition as a synchronization source
You can add a Swagger definition to automatically create the resources that are required
for testing the API that the definition describes.
About this task
Security information about basic-authentication and API-keys in Swagger
definitions are included when you synchronize.
- Basic Authentication
- An HTTP transport is created with Basic Authentication enabled.
- API key
- After you synchronize with the Swagger definition that defines at least one API key, an
environment tag is created for each API key security scheme. Each created tag's usage depends on the
security scheme in property header or query.
- A header field is created in the associated operation with the environment tag as the fields default value.
- A query segment is created in the produced rest schema with the environment tag as the default value.
- OAuth2
- Not supported.
