Italiano
cURL
curl --request POST \ --url https://app.aegister.com/api/v1/organizations/{organizationid}/security-frameworks/{frameworkid}/documents/{controlid} \ --header 'Content-Type: */*' \ --header 'X-Aegister-Token: <api-key>' \ --data '"<string>"'
{ "error": 0, "messages": "<array>", "data": { "file_name": "<string>", "file_path": "<string>" } }
Create a Cyber Assurance Association document attached to self evaluation.
Specify 'attachment' as content disposition and file name.
The body is of type file.
file
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
Mostra attributi figli
File name.
Full relative path for the document.