mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-03 20:42:54 -05:00
Update api_response.go
Set type for PullRequest.Version to int32
This commit is contained in:
@ -125,7 +125,7 @@ type PullRequestRef struct {
|
||||
|
||||
type PullRequest struct {
|
||||
ID int `json:"id"`
|
||||
Version int `json:"version"`
|
||||
Version int32 `json:"version"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
State string `json:"state"`
|
||||
|
Reference in New Issue
Block a user