CreateScope
This method can be used for the following functionality: Create new assets on a project that you have Edit access to.
Last updated
{
"assets": ["...", "...", "..."]
}{
"asset_library_ids": ["6569608e55bc00bacc67b417", "...", "..."]
}curl -X POST 'https://demo.attackforge.com/api/ss/project/5e7c29afa3362408cf502a11/assets' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '{
"assets": ["Asset 1", "Asset 2", "Asset 3"]
}'{
"count": 999,
"assets": [
{
"id": "...",
"name": "..."
}
]
}