Update a Specific Project

POST {{baseUrl}}/admin/projects/:id?fields=id,name,timeTrackingEnabled,shortName,leader(login,name,id),description,createdBy(login,name,id)

Update a project with specific ID.

Put the ID of the project into the sampleProject variable or replace the variable with the project ID in the URL.

https://www.jetbrains.com/help/youtrack/devportal/operations-api-admin-projects.html#update-Project-method

Request Params

KeyDatatypeRequiredDescription
fieldsstring

Request Body

{"leader"=>{"id"=>"{{userID}}"}, "description"=>"A project created using REST API"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring