We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The user must be able to export a project config from TH and then import in any other TH.
The new backend end services are:
Export project config: GET api/v1/projects/{id}/export
api/v1/projects/{id}/export
Import project config: POST api/v1/projects/import body: import_file: the previous exported project config
api/v1/projects/import
import_file
#448
No response
Suggestion: Adding new buttons in project list screen to export/import a project config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
The user must be able to export a project config from TH and then import in any other TH.
The new backend end services are:
Export project config:
GET
api/v1/projects/{id}/export
Import project config:
POST
api/v1/projects/import
body:
import_file
: the previous exported project configRelated Issue
#448
Use Cases
Test Cases
No response
Additional Information
Suggestion: Adding new buttons in project list screen to export/import a project config
![Screenshot 2024-11-28 at 09 13 55](https://private-user-images.githubusercontent.com/116586593/390886597-5c220b96-d74c-4720-b356-a89366663ef4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODkxNTIsIm5iZiI6MTczOTY4ODg1MiwicGF0aCI6Ii8xMTY1ODY1OTMvMzkwODg2NTk3LTVjMjIwYjk2LWQ3NGMtNDcyMC1iMzU2LWE4OTM2NjY2M2VmNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNjU0MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jYjI0Yjk1Nzk5NDE0YWU2MjA3NzM1ZmQ5MDk5ODIxZmMyOTE4M2IyYWU3ODY2ZmEwYzQ3MDRiMDM5YTZjMzE5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.vkAO7lgXevvGhO7H_WXpxb6OHX6yG9-wAYcNjSLDF18)
The text was updated successfully, but these errors were encountered: