You are viewing a single comment's thread from:
RE: 하이브와 굳바이를 해보자!! 웹을 통해 누구나 쉽게 하이브에 올라간 글을 수정해보자!!
query = {
"tag": post_author,
"limit": 10,
"start_author": post_author,
}
위의 query에
query = {
"tag": post_author,
"limit": 10,
"start_author": post_author,
"start_permlink": "포스팅 permlink"
}
수정하고 싶은 최근 포스팅의 permlink
를 query
에 "start_permlink" : "포스팅 permlink"
추가해 주시면 해당 포스팅부터 수정이 시작됩니다.