Restructure Endpoints/Tags #4

Open
opened 2026-05-21 14:27:40 +00:00 by chris · 0 comments
Owner

Endpoints and tags should more closely match the RN model service:org:resource:instance.
For this application, the resource is either the generated config, or domain lookup. Other endpoints are either control or admin.

  • [PUT] /admin/manual_update
  • [PATCH] /admin/domain/always_allowed/{domain}
  • [PATCH] /admin/domain/events/{domain}/ignore
  • [PATCH] /admin/domain/events/{domain}/reinstate

  • [GET] /domain/blocked/{domain}
  • [GET] /domain/search
  • [GET] /domain/details/{domain}

  • [PUT] /control/start_timer
  • [PUT] /control/stop_timer

  • [GET] /config Not Yet Implemented
Endpoints and tags should more closely match the RN model `service:org:resource:instance`. For this application, the resource is either the generated config, or domain lookup. Other endpoints are either control or admin. - **[PUT]** /admin/manual_update - **[PATCH]** /admin/domain/always_allowed/{domain} - **[PATCH]** /admin/domain/events/{domain}/ignore - **[PATCH]** /admin/domain/events/{domain}/reinstate --- - **[GET]** /domain/blocked/{domain} - **[GET]** /domain/search - **[GET]** /domain/details/{domain} --- - **[PUT]** /control/start_timer - **[PUT]** /control/stop_timer --- - **[GET]** /config `Not Yet Implemented`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chris/misp#4
No description provided.