-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Must implement a REST interface to POST new domains to groups:
POST /rest/v1/:group - adds domain to group
DELETE /rest/v1/:group/:domain - removes domain from group
GET /rest/v1/:group - list domains in group
Groups are created automatically on adding domains.
New REST interface must return correct error code (wait for operations to finish in backend thread.)
Metadata
Metadata
Assignees
Labels
No labels