docs: fix documentation.md job name inaccuracies
- posts.getpublic -> post.listpublic (correct job name) - listremove -> listremoved (correct job name)
This commit is contained in:
parent
4f0c06771d
commit
2de47079ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue