add_record_comment
ActiveTool of QuintaDB
declared in 1.0.0
Додати коментар до запису.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"record_id",
"body"
],
"properties": {
"body": {
"type": "string",
"description": "Текст коментаря"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"record_id": {
"type": "string",
"description": "Record ID (from get_records or search_records)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries