Skip to main content

Update project data from repository

PUT 

/nevisadmin/api/v1/projects/:projectKey/revision-update

Required permission: MODIFY_PROJECT on the project, or higher scope

Updates the project sent in the URL with the changes stored in the remote repository.

If the call was successful the response code will be '202 Accepted' and the 'Location' header will point to the job that will execute the update. Getting that job will allow you to know the progress and status of the update.

Request

Responses

Update job accepted