UpdateScope
This method can be used for the following functionality: Update an asset on a project that this user must have Edit access to.
Last updated
PUT /api/ss/project/:projectId/asset/5e7c29afa3362408cf502a15 HTTP/1.1{
"name": "..."
}{
"is_deleted": true
}curl -X PUT 'https://demo.attackforge.com/api/ss/project/5e7c29afa3362408cf502a11/asset/5e7c29afa3362408cf502a15' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '{
"name": "Asset New Name",
"is_deleted": false
}'{
"status": "Asset Updated"
}