Skip to content

Commit

Permalink
Update project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodinglinguist committed Mar 2, 2016
1 parent 41bfc53 commit 969275b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sections/project.md
Expand Up @@ -166,7 +166,7 @@ The server will retyrn the full project object once created including the newly

A successful create will return a `201` Ok response status from the server.

Note: Budgets rate is not supported to change through the API and will be possible to change in V2
Note: Budget rate is not supported to change / create through the API. Planned support in V2, Spring 2016

## Update a Project
Update an existing project.
Expand All @@ -177,7 +177,7 @@ will update the project with the id 123456789. You must pass in the entire proje

A successful update will return a `200` Ok response status from the server.

Note: Budgets rate is not supported to change through the API and will be possible to change in V2
Note: Budget rate is not supported to change / create through the API. Planned support in V2, Spring 2016

## Delete a Project
Use the following command to delete a specific project by `id`.
Expand Down

0 comments on commit 969275b

Please sign in to comment.