32
edits
| Line 30: | Line 30: | ||
'''GET /bugs/{bugID}''' -> get bug patchsets | '''GET /bugs/{bugID}''' -> get bug patchsets | ||
'''GET /patchSets/{patchSetID}''' -> get patchset information | '''GET /patchSets/{patchSetID}''' -> get patchset information | ||
'''GET /branches/branchName''' -> get branch information | '''GET /branches/branchName''' -> get branch information | ||
'''POST /bugs/{bugID}''' -> create empty patchset | '''POST /bugs/{bugID}''' -> create empty patchset | ||
'''POST /branches/{branchName}''' -> create a new branch | '''POST /branches/{branchName}''' -> create a new branch | ||
'''PUT /patchSets/{patchSetID}/{patchID}''' -> add patch to patchset | '''PUT /patchSets/{patchSetID}/{patchID}''' -> add patch to patchset | ||
'''PUT /branches/{branchName}''' -> update branch | '''PUT /branches/{branchName}''' -> update branch | ||
'''PUT /branches/{branchName}/threshold''' -> set branch threshold | '''PUT /branches/{branchName}/threshold''' -> set branch threshold | ||
'''PUT /branches/{branchName}/status''' -> set status enabled/disabled | '''PUT /branches/{branchName}/status''' -> set status enabled/disabled | ||
'''DELETE /patchSets/{patchSetID}''' -> delete a patchset (if not processing) | '''DELETE /patchSets/{patchSetID}''' -> delete a patchset (if not processing) | ||
'''DELETE /branches/{branchName}''' -> delete branch from db | '''DELETE /branches/{branchName}''' -> delete branch from db | ||
edits