Claire
28329ba62f
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
2022-06-01 17:31:36 +02:00
..
2022-04-28 17:47:34 +02:00
2022-05-26 22:08:02 +02:00
2022-05-27 20:06:40 +02:00
2022-02-25 00:34:14 +01:00
2022-05-22 22:16:43 +02:00
2021-04-15 05:00:25 +02:00
2022-04-09 20:11:06 +02:00
2022-04-28 17:47:34 +02:00
2022-03-28 23:57:38 +02:00
2022-05-13 00:02:35 +02:00
2021-11-06 00:12:25 +01:00
2022-05-26 20:32:48 +02:00
2022-03-03 16:18:58 +01:00
2022-03-08 09:14:39 +01:00
2021-04-24 17:01:43 +02:00
2021-05-09 10:39:29 +02:00
2022-03-01 22:20:29 +01:00
2022-05-26 15:50:33 +02:00
2022-02-16 22:29:48 +01:00
2021-11-18 22:02:08 +01:00
2021-12-17 23:02:14 +01:00
2022-05-27 20:06:40 +02:00
2022-04-28 17:47:34 +02:00
2022-06-01 17:31:36 +02:00
2022-04-29 23:27:03 +02:00
2022-04-28 17:47:34 +02:00
2021-11-18 22:02:08 +01:00
2022-03-09 08:51:12 +01:00
2022-04-28 17:47:34 +02:00
2021-04-12 12:37:14 +02:00
2021-05-09 10:39:29 +02:00
2021-04-23 22:51:21 +02:00
2020-12-26 23:52:46 +01:00
2021-01-07 09:40:55 +01:00
2022-03-09 08:52:32 +01:00
2022-03-14 05:27:37 +01:00
2021-01-07 09:40:55 +01:00
2021-06-21 17:07:30 +02:00
2022-05-27 20:06:40 +02:00
2022-03-15 04:11:29 +01:00
2022-05-26 18:05:47 +02:00
2021-11-25 13:07:38 +01:00
2022-05-27 20:06:40 +02:00
2021-01-07 09:40:55 +01:00
2022-01-17 09:41:33 +01:00
2022-03-09 09:06:17 +01:00
2021-02-21 19:50:12 +01:00
2021-05-06 14:22:54 +02:00
2021-01-12 09:27:38 +01:00
2022-03-09 21:15:24 +01:00
2021-08-09 23:11:50 +02:00
2022-05-26 20:32:48 +02:00
2022-05-26 00:20:30 +02:00
2021-01-07 09:40:55 +01:00
2021-11-26 01:12:39 +01:00
2022-02-25 00:34:14 +01:00
2022-01-16 13:23:50 +01:00
2022-05-27 20:05:22 +02:00