Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: payload for Redirect rule in the search response #608

Closed
VladislavFitz opened this issue Nov 9, 2020 · 1 comment
Closed

feat: payload for Redirect rule in the search response #608

VladislavFitz opened this issue Nov 9, 2020 · 1 comment

Comments

@VladislavFitz
Copy link

VladislavFitz commented Nov 9, 2020

Add support of the new query rule Redirect consequence to the API client.

The format of the new response field to add:

{
 "consequence": {
   "redirect": {
     "url": "https://redirect.to",
     "userParameters": {
       /* Custom user data
       "custom_key_1": "value_1",
       "custom_key_2": "value_2"
       */
     }
   }
 }
}

Internal specs issue: #148

@VladislavFitz
Copy link
Author

Closed in favor of #152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant