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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"leader"=>{"id"=>"{{userID}}"}, "description"=>"A project created using REST API"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |