Configure RAML targets
How to configure RAML API targets for Snyk API and Web
Last updated
Was this helpful?
How to configure RAML API targets for Snyk API and Web
Convert RESTful API Modeling Language (RAML) definitions to work with Snyk API & Web for API scanning.
If you have an API defined with RAML, you can configure an API target from that RAML definition for Snyk API & Web to scan. The configuration involves two steps:
Change the file extension
Add the target as OpenAPI
Change the RAML file extension from .raml to .yaml.
After you have the file with the new extension, create the target as an OpenAPI target:
Navigate to Targets and click Add.
Complete the Add target form:
Name: Enter a meaningful identifier for your target
URL: Enter the base URL for your API
API Type: Select API, then select OpenAPI
OpenAPI schema upload: Select this option
File: Choose the RAML file with the .yaml extension
Click Add.
Snyk performs all necessary conversions and creates the target, and you can then scan your RAML API.
Last updated
Was this helpful?
Was this helpful?

