diff options
-rw-r--r-- | changelogs/unreleased/41967_issue_api_closed_by_info.yml | 5 | ||||
-rw-r--r-- | doc/api/issues.md | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/changelogs/unreleased/41967_issue_api_closed_by_info.yml b/changelogs/unreleased/41967_issue_api_closed_by_info.yml new file mode 100644 index 00000000000..436574c3638 --- /dev/null +++ b/changelogs/unreleased/41967_issue_api_closed_by_info.yml @@ -0,0 +1,5 @@ +--- +title: adds closed by informations in issue api +merge_request: 17042 +author: haseebeqx +type: added diff --git a/doc/api/issues.md b/doc/api/issues.md index 5c91b6cb838..6c895bb6e75 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -837,8 +837,8 @@ Example response: "avatar_url": "http://www.gravatar.com/avatar/3e6f06a86cf27fa8b56f3f74f7615987?s=80&d=identicon", "web_url": "https://gitlab.example.com/keyon" }, - "closed_at":null, - "closed_by":null, + "closed_at": null, + "closed_by": null, "author": { "name": "Vivian Hermann", "username": "orville", |