Mutations
Mutations modify server-side data. Use them to create, update, or delete records. Each mutation returns the affected data so you can read the result in the same request. Learn more
pingPlaying a game or just testing?
This mutation always returns the string "pong" in it's response field.
preferenceResetReset a preference to it's default value.
preferenceSetSet a preference value.
domainMuteToggleRecrawl a domain.
domainRecrawlRecrawl a domain.
domainTestsslRecrawlRecrawl the Server Test report for a domain.
domainUnwatchStart watching a domain.
domainUpdateHttpSettingsUpdate the HTTP monitoring settings for a domain.
domainWatchStart watching a domain, if the domain is already being watched it is simply returned.
testsslScanStartStart a SSL server test for a domain, if the domain is already being scanned it is simply returned.