Export project to Zip file
GET/nevisadmin/api/v1/projects/:projectKey/file-export
Required permission: VIEW_PROJECT on the project, or higher scope
It will export a .zip file with the current data of the specified project. The .zip file can contain the following:
- export.yml: It contains the version used and the timestamp of the export.
- variables.yml: It contains all the variables and their data.
- bundles.yml: It contains the list of bundles assigned to the exported project
- patterns: A folder containing all the patterns (.yml files) of the exported project.
- bundles: A folder containing the bundle .jars used by the exported project.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid project key
Insufficient permissions.
Project not found