Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Nov 14, 2018
1 parent ea4c040 commit 6dbdda0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions development/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ Payload:

#### Update Entity

`PATCH {entityType}/{id}`

or

`PUT {entityType}/{id}`

Payload: Object of entity attributes needed to be changed.
Expand All @@ -140,7 +136,7 @@ Returns attributes in JSON object.

_Example_

`PATCH Account/5564764442a6d024c`
`PUT Account/5564764442a6d024c`

Payload:
```
Expand Down

0 comments on commit 6dbdda0

Please sign in to comment.