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 templates to be added and edited via the API #4052

Open
rory-wilson opened this issue Mar 29, 2024 · 1 comment
Open

Allow templates to be added and edited via the API #4052

rory-wilson opened this issue Mar 29, 2024 · 1 comment

Comments

@rory-wilson
Copy link

For deploying and moving between environments, it would be useful if templates could be edited or created via the REST API (or client) rather than a manual job.

@CrystalPea
Copy link
Contributor

Hi Rory,

We are hoping to implement it as a part of API improvements work we just started, but it’s non-trivial, and we decided to build it in 2nd wave of improvements. Managing templates via API will hopefully be built late this year or early next year.
We will update everyone through our newsletter when it’s ready.

Your colleague Paul asked if we couldn't simply expose one method, so here is additional context:

This piece of work is more than exposing one method - when we do it, we do it properly - we write the V2 endpoints (that may need some additional validation) AND unit tests, we expose both creating AND updating AND archiving templates via API, AND we implement that for API clients, too, AND we need to write documentation for it all.

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

2 participants