Skip to content

Commit

Permalink
Merge pull request #2 from dirx/master
Browse files Browse the repository at this point in the history
Minor API v8 description fix
  • Loading branch information
arendjantetteroo committed Jul 17, 2013
2 parents d4b4ea5 + 815ff8e commit bfd2d07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/AJT/Toggl/services_v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "Notes for the client (string, not required)"
},
"hrate": {
"type": "numerical",
"type": "numeric",
"required": false,
"description": "The hourly rate for this client (float, not required, available only for pro workspaces)"
},
Expand Down Expand Up @@ -87,7 +87,7 @@
"description": "Notes for the client (string, not required)"
},
"hrate": {
"type": "numerical",
"type": "numeric",
"required": false,
"description": "The hourly rate for this client (float, not required, available only for pro workspaces)"
},
Expand Down Expand Up @@ -330,7 +330,7 @@
"description": "admin rights for this project (boolean, default false)"
},
"rate": {
"type": "numerical",
"type": "numeric",
"required": false,
"description": "hourly rate for the project user (float, not-required, only for pro workspaces) in the currency of the project's client or in workspace default currency."
},
Expand Down Expand Up @@ -381,7 +381,7 @@
"description": "admin rights for this project (boolean, default false)"
},
"rate": {
"type": "numerical",
"type": "numeric",
"required": false,
"description": "hourly rate for the project user (float, not-required, only for pro workspaces) in the currency of the project's client or in workspace default currency."
},
Expand Down Expand Up @@ -441,7 +441,7 @@
"description": "admin rights for this project (boolean, default false)"
},
"rate": {
"type": "numerical",
"type": "numeric",
"required": false,
"description": "hourly rate for the project user (float, not-required, only for pro workspaces) in the currency of the project's client or in workspace default currency."
},
Expand Down Expand Up @@ -495,7 +495,7 @@
"description": "admin rights for this project (boolean, default false)"
},
"rate": {
"type": "numerical",
"type": "numeric",
"required": false,
"description": "hourly rate for the project user (float, not-required, only for pro workspaces) in the currency of the project's client or in workspace default currency."
},
Expand Down

0 comments on commit bfd2d07

Please sign in to comment.