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

Fixes several issues with the API #546

Merged
merged 2 commits into from
May 13, 2016
Merged

Fixes several issues with the API #546

merged 2 commits into from
May 13, 2016

Conversation

nathanielc
Copy link
Contributor

Fixes #543 #544 #545

As for #544 all IDs (tasks, recordings, replays) must match this regex ^[-\._\p{L}0-9]+$, which is essentially numbers, unicode letters, '-', '.' and '_'.

If you have existing tasks which do not match this pattern they should continue to function normally with this fix.

@nathanielc nathanielc merged commit 40c4a1d into master May 13, 2016
@nathanielc nathanielc deleted the nc-api-defaults branch May 13, 2016 20:38
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

Successfully merging this pull request may close these issues.

Kapacitor 0.13.0: /tasks API endpoint doesn't support default parameters
1 participant