Mutation

update_site_api_definition

Updates the API definition.

Arguments

input: UpdateSiteApiDefinitionInput!

The fields used to specify which site you want to update, and the API definition.


Input Fields

id(): ID!
The unique identifier of the API definition to be updated
api_definition(): ApiDefinitionInput!
The API definition.
confirm_permission_to_scan(): Boolean
If you are using a hosted dashboard version of Burp Suite DAST, enable this setting to confirm that you have permission to scan all URLs within your configured scope. You do not need to do this if you are using a self-hosted version of Burp Suite DAST.

Return Fields

site(): Site
The updated site.

Example

Query