Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix POST -> PUT in the batch update example
  • Loading branch information
martin-sladek authored Jun 9, 2022
1 parent 2dec223 commit e8b76ff
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 @@ -589,7 +589,7 @@ There is no need to call `PUT /clouddns/domain/{id}/publish` after a batch updat
#### Example call for batch update of DNS records

```
POST /clouddns/domain/HO0s88QGT869dEaMDEAFoQ/records HTTP/2
PUT /clouddns/domain/HO0s88QGT869dEaMDEAFoQ/records HTTP/2
Host: admin.vshosting.cloud
Content-Type: application/json
Authorization: Bearer oenCToMxTrSEgmHShDJLew
Expand Down

0 comments on commit e8b76ff

Please sign in to comment.