-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Milestone
Description
Use as a reference the following CURL command to update existing projects:
curl -X PUT "http://timetracker-api.azurewebsites.net/projects/9" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"name\": \"HP\", \"description\": \"Some description here\", \"type\": \"CUSTOMER\", \"active\": true }"
where 9 in the URL represents the Project ID
Acceptance Criteria
- The above-mentioned request is executed to update projects information
- All the code needs to have at least 80% code coverage
Metadata
Metadata
Assignees
Labels
No labels