Record
put-repositories-workspace-repo-slug-pullrequests-pull-request-id-params
No description available.
record put-repositories-workspace-repo-slug-pullrequests-pull-request-id-params {
pull-request-id: string,
repo-slug: string,
workspace: string,
type-op: string,
author: option<account>,
close-source-branch: option<bool>,
closed-by: option<account>,
comment-count: option<s32>,
created-on: option<string>,
destination: option<pullrequest-endpoint>,
id: option<s32>,
links: option<pullrequest-links>,
merge-commit: option<pullrequest-merge-commit>,
participants: option<list<participant>>,
reason: option<string>,
rendered: option<pullrequest-rendered>,
reviewers: option<list<account>>,
source: option<pullrequest-endpoint>,
state: option<get-pullrequests-selected-user-state-enum>,
summary: option<pullrequest-summary>,
task-count: option<s32>,
title: option<string>,
updated-on: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| pull-request-id | string | |
| repo-slug | string | |
| workspace | string | |
| type-op | string | |
| author | option<account> | |
| close-source-branch | option<bool> | |
| closed-by | option<account> | |
| comment-count | option<s32> | |
| created-on | option<string> | |
| destination | option<pullrequest-endpoint> | |
| id | option<s32> | |
| links | option<pullrequest-links> | |
| merge-commit | option<pullrequest-merge-commit> | |
| participants | option<list<participant>> | |
| reason | option<string> | |
| rendered | option<pullrequest-rendered> | |
| reviewers | option<list<account>> | |
| source | option<pullrequest-endpoint> | |
| state | option<get-pullrequests-selected-user-state-enum> | |
| summary | option<pullrequest-summary> | |
| task-count | option<s32> | |
| title | option<string> | |
| updated-on | option<string> |