update_monetary_reward
Modify existing monetary rewards in the Bugcrowd API by inputting the reward ID and updated data parameters using this tool.
Instructions
Update an existing monetary reward.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | ||
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"additionalProperties": true,
"title": "Data",
"type": "object"
},
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id",
"data"
],
"title": "update_monetary_rewardArguments",
"type": "object"
}