csp
csp copied to clipboard
MISP - default organisation has to be renamed manually by an admin
Why?
@iglocska is there a programmatic way (e.g. via cmdline) to do so?
API + curl, yes.
POST to /organisations/edit/[org_id]
body:
{
"name": "foo"
}