Validate project
POST/nevisadmin/api/v1/projects/:projectKey/validate
Required permission: MODIFY_PROJECT on the project, or higher scope
Trigger the project validation job.
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 validation. Getting that job will allow you to know the progress and status of the validation.
Request
Responses
- 202
- 400
- 403
- 404
Validation job accepted
Invalid project key
Insufficient permissions.
Project not found