Mutation

rename_cids_site

Renames an existing CIDS site in the site tree.

Arguments

input: RenameCidsSiteInput!

The fields used to specify which site for a CI-driven scan you want to rename and what the new name should be.


Input Fields

id(): ID!
The unique identifier of the site for a CI-driven scan that you want to rename.
name(): String!
The new name for the site for a CI-driven scan. This is the name that is displayed on the Burp Suite DAST web UI.

Return Fields

cids_site(): CidsSite!
The renamed site for a CI-driven scan.

Example

Query