diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-24 11:25:50 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-24 11:25:50 +0000 |
commit | f40403cce1a8185254e74dff54ee687b7953093b (patch) | |
tree | 157041e726adc58c7f8f3cc17bbd4fd065f428f3 /doc | |
parent | e055f5cd4be74b85fefbf7b6d1c51e7ca0a41ad3 (diff) | |
parent | 2b001d9e7a2136a6d670576843a953115a5c7c25 (diff) | |
download | gitlab-ce-f40403cce1a8185254e74dff54ee687b7953093b.tar.gz |
Merge branch '3874-correctly-return-json-on-delete-responses' into 'master'
Return 202 with JSON body on async removals on V4 API
Closes #3874
See merge request !9449
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/v3_to_v4.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md index 9a48d63c117..e141723b580 100644 --- a/doc/api/v3_to_v4.md +++ b/doc/api/v3_to_v4.md @@ -41,3 +41,5 @@ changes are in V4: - Renamed `branch_name` to `branch` on DELETE `id/repository/branches/:branch` response [!8936](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8936) - Remove `public` param from create and edit actions of projects [!8736](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8736) - Notes do not return deprecated field `upvote` and `downvote` [!9384](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9384) +- Return 202 with JSON body on async removals on V4 API (DELETE `/projects/:id/repository/merged_branches` and DELETE `/projects/:id`) [!9449](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9449) + |