Skip to content

Commit

Permalink
Merge pull request mavenlink#7 from mavenlink-solutions/fix_time_entr…
Browse files Browse the repository at this point in the history
…ies_specification

remove incorrect update attribute for time entries
  • Loading branch information
adambedford authored Jun 14, 2016
2 parents 807d1bb + aa61276 commit 6576601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/config/specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ time_entries:
- story_id # (optional) the internal ID of the story this time entry is associated with
- user_id # (optional) the internal ID of the user the time entry is associated with. This parameter is ignored unless the authorizing user has financial access in the workspace and is on the consultants team (or if the authorizing user is an account administrator and has proxy permissions via an account member with those permissions).
update_attributes:
- workspace_id # (required) the internal ID of the project workspace this time entry is associated with
- date_performed # (required) the date the activity for which the time is being entered was performed, format: YYYY-MM-DD
- time_in_minutes # (required) the amount of time entered in minutes
- billable # (optional) whether this time entry is billable time, you must also provide rate_in_cents if you set billable to true
Expand Down Expand Up @@ -497,4 +496,4 @@ workspace_groups:
associations:
workspaces:
foreign_key: workspace_ids
collection: workspaces
collection: workspaces

0 comments on commit 6576601

Please sign in to comment.