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

Carry webhook settings forward to new workspaces #177

Open
andrewrfreed opened this issue Nov 30, 2020 · 1 comment
Open

Carry webhook settings forward to new workspaces #177

andrewrfreed opened this issue Nov 30, 2020 · 1 comment

Comments

@andrewrfreed
Copy link
Collaborator

See #113 and #176

Upon further testing, the additional parts of the json we may want to capture for future enhancements are related to the "webhooks" section. Probably not urgent, but something for a future enhancement.

"webhooks": [
{
"url": "http://XXXXXXXX",
"name": "main_webhook",
"headers": [
{
"name": "XXXXXX",
"value": "XXXXXX"
},
{
"name": "Accept",
"value": "application/json"
}
]
}
],
@andrewrfreed
Copy link
Collaborator Author

Still seems applicable - the linked issues covered system_settings but not webhooks.
This probably does not affect classification model but still means the duplicated workspace is not quite equivalent to the original workspace.

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