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

Allow to specify which part of the item should be sent with AvailabilityChecks #176

Closed
manuelroth opened this issue Oct 22, 2018 · 0 comments
Assignees

Comments

@manuelroth
Copy link
Contributor

manuelroth commented Oct 22, 2018

Task

AvailabilityChecks allow to specify whether the item should be sent as part of the request:

"availabilityChecks": [
    {
      "type": "ToolEndpoint",
      "withData": true,
      "endpoint": "option-availability/chartType"
    }
  ]

It should be possible to define which part of the item should be sent like this:

"availabilityChecks": [
  {
    "type": "ToolEndpoint",
    "data": ["data", "options.chartType", "options.hideAxisLabel"],
    "endpoint": "option-availability/chartType"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants