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