Update Work Request Annotation
Model to update annotations in work requests in the Fracttal system.
General information:
| Module | Category |
|---|---|
Work Request |
Update |
Molecule details
Input parameters:
id_request: str, required
Input schema:
| Field | Type | Required | Description | Default value | Examples |
|---|---|---|---|---|---|
id_request |
Union[str, int] | ✅ | ID of the work request (can be string or integer). | PydanticUndefined |
- |
property |
Optional[str] | ❌ | Property of the annotation to update. | None |
- |
value |
Optional[str] | ❌ | Annotation value. | None |
- |
Notes:
This model allows you to update specific work request annotations.