Skip to content

update projects #66

@enriquezrene

Description

@enriquezrene

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
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions