Skip to content

Commit 3452f4e

Browse files
Change PATCH to PUT in API example (#2286)
As in the release notes
1 parent 6ad35b4 commit 3452f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.js/fiori.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ POST /Books
209209
```
210210

211211
```http
212-
PATCH /Books(ID=123)
212+
PUT /Books(ID=123)
213213
214214
{
215215
"title": "How to be more active"

0 commit comments

Comments
 (0)