gitlab-org--gitlab-foss/changelogs/unreleased/62183-update-response-code-for-bulk-delete-api-for-container-registry.yml
Steve Abrams 34a283f90a Add 2nd response for container api bulk delete
The bulk delete api endpoint for container registries can
only be called once per hour. If a user calls the endpoint more
than once per hour, they will now receive a 400 error with a
descriptive message.
2019-06-18 22:08:30 +00:00

5 lines
115 B
YAML

---
title: Return 400 when deleting tags more often than once per hour.
merge_request: 29448
author:
type: changed