Adding a RAML definition as a synchronization source
You can add a RAML definition to automatically create the resources that are required for testing the API that the definition describes.
The following security information in RAML definitions are included when
you synchronize.
- Basic Authentication
- An HTTP transport is created with Basic Authentication enabled.
- Digest Authentication
- An HTTP transport is created with Digest Authentication (cryptographic hashes) enabled.
- x-{other}
- An HTTP transport with x-{other}authentication (headers, query parameters, and responses) enabled.
- Pass-through
- After you synchronize with the RAML definition that defines Pass-through authentication,
an environment tag is created for each Pass-through 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.
- OAuth
- Not supported.