Updates an app integration recaptcha
The app integration ReCaptcha id.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYProvides a data transfer object for the ReCaptcha integration which is used for command requests.
This is used to associate this configuration with a specific integration instance.
Gets or sets the version of the ReCaptcha being used (e.g., v2, v3). Different versions may have different behavior and setup requirements.
This is the public key used on the client-side to render the ReCaptcha widget.
The verify URL of the app integration.
This is the private key used server-side to validate ReCaptcha responses. It's optional to allow scenarios where only public configuration is required.
Gets or sets any additional notes or identifiers related to the account or setup that manages this ReCaptcha configuration.
Flag to indicate if the analytics integration is the default. By default, it is false.
This enum is used to define the common status of an object in JFW.
Supported values:
- Inactive - In case of JFW object's status being inactive.
- Active - In case of JFW object's status being active
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
API call exceeded rate limit due to too many requests.
Last updated