The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

GraphQL CreateScheduleItem

Fernández | Last updated: Sep 14, 2021 03:33PM UTC

Hello, I cannot successfully execute a query in graphql to create a schedule on a specific site (tested with Insomnia): mutation CreateScheduleItem($input: CreateScheduleItemInput!) { create_schedule_item(input: $input) { schedule_item { id } schedule { initial_run_time rrule } scan_configuration_ids } } { "input": { "site_id": "23", "schedule": { "initial_run_time": "2021-09-14T15:30:00+00:00", "rrule": "" }, "scan_configuration_ids": ["69b4540d-d51d-4c1b-993d-6005a0089c95"] } } Could you tell me the error? I don't understand the query with the examples available in the API documentation. Thanks you.

James, PortSwigger Agent | Last updated: Sep 16, 2021 12:04PM UTC