Mutation

update_site_bchecks

Updates the BChecks assigned to a site.

Arguments

input: UpdateSiteBChecksInput!

The fields used to specify which site you want update and what its new BChecks should be.


Input Fields

id(): ID!
The unique identifier of the site whose scan configurations you want to update.
bcheck_ids(): [ID!]
A list of the BCheck IDs that you want to use for scans of the site that you are updating.

Return Fields

site(): Site!
The updated site.

Example

Query