CreatePullRequestAttachment
Create Pull Request Attachment.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| ProjectId | String | False | False | Id of the project. |
| RepositoryId | String | True | False | Id of the repository. |
| PullRequestId | Integer | True | False | Id of the pull request. |
| FileName | String | True | False | Name of the attachment. |
| FileLocation | String | False | False | Location of the file. Cannot include the file name. |
| Content | String | False | True | The content to be uploaded as an InputStream. Only used if FileLocation is not provided. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |