update_library_item
ActiveTool of SendIt
declared in 0.1.0
Update an existing content library item.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The content library item ID"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags"
},
"text": {
"type": "string",
"description": "New content text"
},
"type": {
"enum": [
"draft",
"template",
"evergreen"
],
"type": "string",
"description": "Content type"
},
"title": {
"type": "string",
"description": "New title"
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"category": {
"type": "string",
"description": "Category"
},
"mediaUrl": {
"type": "string",
"description": "Media URL"
},
"evergreenEnabled": {
"type": "boolean",
"description": "Enable evergreen"
},
"evergreenIntervalDays": {
"type": "number",
"description": "Republish interval in days"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries