Get version control status of a project
GET/nevisadmin/api/v1/projects/:projectKey/meta
Required permission: VIEW_PROJECT on the project, or higher scope
- "bundles", "variables" and the "description" are objects, each treated as a file in VC, so they each have a VC state.
- All current patterns are listed as well as patterns that have been deleted but whose deletion has not yet been published.
- commitId: this is the ID of the commit in which the object was last modified.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid project key
Insufficient permissions.
Project not found, or its meta data could not be loaded