about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-06-01 17:31:36 +0200
committerGitHub <noreply@github.com>2022-06-01 17:31:36 +0200
commit28329ba62f90890b110517f6da69ca81d588f2f5 (patch)
tree4027950e3e59b14c98056aaee0028df27272cc4d /bin
parentf5783182c39b07cb119861edb6db6a1c9b2213e9 (diff)
Add /api/v1/admin/domain_blocks (#18247)
* Add /api/v1/admin/domain_blocks

Fixes #18140

- `GET /api/v1/admin/domain_blocks` lists domain blocks
- `GET /api/v1/admin/domain_blocks/:id` shows one by ID
- `DELETE /api/v1/admin/domain_blocks/:id` deletes a given domain block
- `POST /api/v1/admin/domain_blocks` to create a new domain block:
  if it conflicts with an existing one, returns an error with
  an attribute `existing_domain_block` with the rendered domain block

* Simplify conflict handling as suggested in review
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions