{
"opencollection": "1.0.0",
"info": {
"name": "HighBond API Reference Actions Mitigations API",
"version": "1.1.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Mitigations",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create a mitigation",
"type": "http"
},
"http": {
"method": "POST",
"url": "{protocol}://{server}/v1/orgs/:org_id/mitigations",
"params": [
{
"name": "org_id",
"value": "",
"type": "path",
"description": "The ID of the HighBond instance."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a new mitigation.\n\nLimitations:\n* There can be a maximum of 200,000 mitigations per project or framework.\n* You cannot create a mitigation if the objective it belongs to has been checked out using\nOffline Projects or the\nHighBond iPad app.\n"
},
{
"info": {
"name": "Get a mitigation",
"type": "http"
},
"http": {
"method": "GET",
"url": "{protocol}://{server}/v1/orgs/:org_id/mitigations/:id",
"params": [
{
"name": "org_id",
"value": "",
"type": "path",
"description": "The ID of the HighBond instance."
},
{
"name": "id",
"value": "",
"type": "path",
"description": "The ID of the requested resource."
}
]
},
"docs": "Get information about a mitigation.\n"
},
{
"info": {
"name": "Update a mitigation",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{protocol}://{server}/v1/orgs/:org_id/mitigations/:id",
"params": [
{
"name": "org_id",
"value": "",
"type": "path",
"description": "The ID of the HighBond instance."
},
{
"name": "id",
"value": "",
"type": "path",
"description": "The ID of the requested resource."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Make changes to a mitigation.\n\nLimitations:\n* You cannot update the mitigation if the objective it belongs to has been checked out using\nOffline Projects or the\nHighBond iPad app.\n"
},
{
"info": {
"name": "Delete a mitigation",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{protocol}://{server}/v1/orgs/:org_id/mitigations/:id",
"params": [
{
"name": "org_id",
"value": "",
"type": "path",
"description": "The ID of the HighBond instance."
},
{
"name": "id",
"value": "",
"type": "path",
"description": "The ID of the requested resource."
}
]
},
"docs": "Permanently delete a mitigation.\n\nLimitations:\n* You cannot delete the mitigation if the objective it belongs to has been checked out using\nOffline Projects or the\nHighBond iPad app.\n\n> **Caution —**\nDeleting a mitigation is permanent. Once deleted, you canno"
}
]
}
],
"bundled": true
}