UpdateSnippetPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

def clientMutationId: SelectionBuilder[UpdateSnippetPayload, Option[String]]

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def errors: SelectionBuilder[UpdateSnippetPayload, List[String]]

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def snippet[A](innerSelection: SelectionBuilder[Snippet, A]): SelectionBuilder[UpdateSnippetPayload, Option[A]]

The snippet after mutation.

The snippet after mutation.

Deprecated methods

@deprecated("Use spam protection with HTTP headers instead. Deprecated in 13.11.", "")
def captchaSiteKey: SelectionBuilder[UpdateSnippetPayload, Option[String]]

The CAPTCHA site key which must be used to render a challenge for the user to solve to obtain a valid captchaResponse value. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. Deprecated in 13.11: Use spam protection with HTTP headers instead.

The CAPTCHA site key which must be used to render a challenge for the user to solve to obtain a valid captchaResponse value. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. Deprecated in 13.11: Use spam protection with HTTP headers instead.

Deprecated
@deprecated("Use spam protection with HTTP headers instead. Deprecated in 13.11.", "")
def needsCaptchaResponse: SelectionBuilder[UpdateSnippetPayload, Option[Boolean]]

Indicates whether the operation was detected as possible spam and not completed. If CAPTCHA is enabled, the request must be resubmitted with a valid CAPTCHA response and spam_log_id included for the operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. Deprecated in 13.11: Use spam protection with HTTP headers instead.

Indicates whether the operation was detected as possible spam and not completed. If CAPTCHA is enabled, the request must be resubmitted with a valid CAPTCHA response and spam_log_id included for the operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. Deprecated in 13.11: Use spam protection with HTTP headers instead.

Deprecated
@deprecated("Use spam protection with HTTP headers instead. Deprecated in 13.11.", "")
def spam: SelectionBuilder[UpdateSnippetPayload, Option[Boolean]]

Indicates whether the operation was detected as definite spam. There is no option to resubmit the request with a CAPTCHA response. Deprecated in 13.11: Use spam protection with HTTP headers instead.

Indicates whether the operation was detected as definite spam. There is no option to resubmit the request with a CAPTCHA response. Deprecated in 13.11: Use spam protection with HTTP headers instead.

Deprecated
@deprecated("Use spam protection with HTTP headers instead. Deprecated in 13.11.", "")
def spamLogId: SelectionBuilder[UpdateSnippetPayload, Option[Int]]

The spam log ID which must be passed along with a valid CAPTCHA response for an operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. Deprecated in 13.11: Use spam protection with HTTP headers instead.

The spam log ID which must be passed along with a valid CAPTCHA response for an operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. Deprecated in 13.11: Use spam protection with HTTP headers instead.

Deprecated