Skip to main content

add_note

Function add_note 

Source
pub async fn add_note(
    __arg0: State<Arc<AppState>>,
    __arg1: Path<(String, String)>,
    __arg2: Json<NoteRequest>,
) -> AppResult<Json<Value>>
Expand description

POST /api/tasks/:session_id/:task_id/note — Add note to a task