Skip to content

Commit

Permalink
Update project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodinglinguist committed Dec 5, 2016
1 parent 4ed2b16 commit 9db30e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sections/project.md
Expand Up @@ -34,7 +34,8 @@ Server Response example below for 1 project returned within an array.
backgroundColor: '#81A489',
projectCode: 'AA',
metadata: '',
customFields: []
customFields: [],
timeEntryNoteRequired: true
}]
```

Expand All @@ -58,6 +59,7 @@ backgroundColor |*string* | Project Color
projectCode |*string* | Project Code (Unique)
metadata | *string* | Custom Field (255 Characters)
customFields | *object array* | Custom Fields* (read only)
timeEntryNoteRequired | *boolean* | Require Note on Time Entries

##### Custom Fields

Expand Down

0 comments on commit 9db30e6

Please sign in to comment.