Update Module_bay_template
netbox_update_module_bay_templateUpdate a module bay template in NetBox by providing its ID and the fields to modify. Only specified fields are changed.
Instructions
Update an existing module_bay_template in NetBox (PATCH semantics — only provided fields are changed).
Supply the numeric 'id' and only the fields you want to change. Omitting a field leaves it unchanged.
Returns: Markdown summary of the updated object (default) or JSON with the full NetBox response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the module_bay_template to update. | |
| name | No | ||
| label | No | ||
| position | No | ||
| description | No | ||
| device_type | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |