docs: fix documentation.md job name inaccuracies

- posts.getpublic -> post.listpublic (correct job name)
- listremove -> listremoved (correct job name)
This commit is contained in:
Jezza Hehn 2026-04-18 02:59:56 +00:00
parent 4f0c06771d
commit 2de47079ab

View file

@ -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