From 2de47079ab826640574852095531a964618ba146 Mon Sep 17 00:00:00 2001 From: Jezza Hehn Date: Sat, 18 Apr 2026 02:59:56 +0000 Subject: [PATCH] docs: fix documentation.md job name inaccuracies - posts.getpublic -> post.listpublic (correct job name) - listremove -> listremoved (correct job name) --- documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation.md b/documentation.md index 5f07d0f..4c21b01 100644 --- a/documentation.md +++ b/documentation.md @@ -75,7 +75,7 @@ Use the job for getting public posts. Now you don't need to worry about which API ```python -postlist = API.run_job('posts.getpublic') +postlist = API.run_job('post.listpublic') print(postlist) ''' { @@ -137,7 +137,7 @@ API.run_job('post.create', { ### listbybranch ### listbyuserprofile ### listpublic -### listremove +### listremoved ### update ## reaction ## trust