Italiano
cURL
curl --request POST \ --url https://app.aegister.com/api/v1/V-Ciso/security-frameworks \ --header 'Content-Type: application/json' \ --header 'X-Aegister-Token: <api-key>' \ --data ' { "title": "<string>", "security_frameworks": "<array>" } '
{ "error": 0, "messages": "<array>", "security_framework": 123 }
Create new Cyber Assurance Security Framework.
Security framework title.
JSON representation of Security Frameworks.
Any value different from 0 indicates an error. More details can be found in messages.
messages
0 <= x <= 0
If error is 1, contains zero or more details on the error.
error
1
Created Security Framework unique id.