Allow pastes to be edited from conduit call.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- paste-edit-conduit-method
- Lint
Lint Errors Severity Location Code Message Error /vagrant/libphutil/src/future/http/HTTPSFuture.php:533 PHL1 Unknown Symbol - Unit
Tests Passed - Build Status
Buildable 1967 Build 1968: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
@epriestley Well, my main use case is I want to share some code/files internally and Paste is the perfect application for this. The problem is Pastes can't be edited from scripts.
Besides, since Pastes are supposed to be editable from the UI, I figured we should make conduit API as powerful.
Btw, this is my first diff in phabricator. Please let me know if I'm missing something in the process/code convention etc. Thanks!
Comment Actions
Fyi, the diff for arcanist is here: D10099: Adding support for editing paste in `arc paste` workflow.