Skip to content

Commit 1ff2a15

Browse files
committed
Fixed update URL scheme
1 parent 4cdec05 commit 1ff2a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ POST /index.php?option=com_api&app=content&resource=articles&format=raw
77
```
88
OR update an existing article
99
```http
10-
POST /index.php?option=com_api&app=content&resource=articles&format=raw
10+
POST /index.php?option=com_api&app=content&resource=articles&format=raw&id=:id
1111
```
1212

1313
#### Request Params

0 commit comments

Comments
 (0)