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>'
{ "error": 0, "messages": [], "data": { "file_name": "xxxxxxxx.pdf", "file_path": "/api/v1/documents/organizations/1/security-frameworks/1/documents/C1/" } }
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
The response is of type object.
object