...
Code Block |
---|
curl -X PUT -u username:password -H "Content-Type:application/json" -d '{ "text" : "This is another comment..." }' http://bitbucket.example.com/rest/snippets/1.0/snippets/87dec410f4404d4ca43dc4772a8bd0f0/comments/6b90147977bb42f782610f0211a94cfc |
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Delete snippet
Code Block |
---|
DELETE http://{host}:{port}/{context}/rest/snippets/1.0/snippets/{guid} |
...