-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Type
feat
Summary
feat: bl pr (list / count / show / create / update / comments / attachments)
Changes
| Command | API endpoint |
|---|---|
bl pr list <id-or-key> <repo> |
GET /api/v2/projects/{projectIdOrKey}/git/repositories/{repoIdOrName}/pullRequests |
bl pr count <id-or-key> <repo> |
GET /api/v2/projects/{projectIdOrKey}/git/repositories/{repoIdOrName}/pullRequests/count |
bl pr show <id-or-key> <repo> <number> |
GET /api/v2/projects/{projectIdOrKey}/git/repositories/{repoIdOrName}/pullRequests/{number} |
bl pr create <id-or-key> <repo> |
POST /api/v2/projects/{projectIdOrKey}/git/repositories/{repoIdOrName}/pullRequests |
bl pr update <id-or-key> <repo> <number> |
PATCH /api/v2/projects/{projectIdOrKey}/git/repositories/{repoIdOrName}/pullRequests/{number} |
bl pr comment list <id-or-key> <repo> <number> |
GET /api/v2/projects/{projectIdOrKey}/git/repositories/{repoIdOrName}/pullRequests/{number}/comments |
bl pr comment count <id-or-key> <repo> <number> |
GET .../pullRequests/{number}/comments/count |
bl pr comment add <id-or-key> <repo> <number> |
POST .../pullRequests/{number}/comments |
bl pr comment update <id-or-key> <repo> <number> <comment-id> |
PATCH .../pullRequests/{number}/comments/{commentId} |
bl pr attachment list <id-or-key> <repo> <number> |
GET .../pullRequests/{number}/attachments |
bl pr attachment get <id-or-key> <repo> <number> <attachment-id> |
GET .../pullRequests/{number}/attachments/{attachmentId} |
bl pr attachment delete <id-or-key> <repo> <number> <attachment-id> |
DELETE .../pullRequests/{number}/attachments/{attachmentId} |
Notes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels