Skip to content

Commit

Permalink
Merge pull request #529 from PaddoSwam/feature/added-patch-verb-to-docs
Browse files Browse the repository at this point in the history
Added unmentioned PATCH verb to documentation
  • Loading branch information
Oren Novotny authored Jul 30, 2018
2 parents 161c038 + 6449690 commit f7def15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For .NET Core build-time support, you must use the .NET Core 2 SDK. You can targ
### API Attributes

Every method must have an HTTP attribute that provides the request method and
relative URL. There are five built-in annotations: Get, Post, Put, Delete, and
relative URL. There are six built-in annotations: Get, Post, Put, Delete, Patch and
Head. The relative URL of the resource is specified in the annotation.

```csharp
Expand Down

0 comments on commit f7def15

Please sign in to comment.