Project Version Control
Resources related to version controlling projects in the API.
Update project data from repository
**Required permission:** `MODIFY_PROJECT` on the project, or higher scope
Get revision list
**Required permission:** `VIEW_PROJECT` on the project, or higher scope
Publish project modifications
**Required permission:** `MODIFY_PROJECT` on the project, or higher scope
Revert project to a previous revision
**Required permission:** `MODIFY_PROJECT` on the project, or higher scope
Import project revision from repository
**Required permission:** `VIEW_PROJECT` on the project, or higher scope
Import project from repository
**Required permission:** `CREATE_PROJECT` on the tenant, or global scope
Create a new branch from a project
**Required permission:** `CREATE_PROJECT` on the tenant, or global scope
List git tags for the project
**Required permission:** `VIEW_PROJECT` on the project, or higher scope
Get revision information
**Required permission:** `VIEW_PROJECT` on the project, or higher scope
Get version control status of a project
**Required permission:** `VIEW_PROJECT` on the project, or higher scope
Clear local changes
**Required permission:** `MODIFY_PROJECT` on the project, or higher scope