-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# Unable to post with topics #85
Comments
@yurabakhtin Thanks, please see me PR comment. |
@luke- Please find my answers and new changes in the PR. |
@yurabakhtin |
@meowent Sorry, unfortunately current version has no possibility to update topics of a post. |
@yurabakhtin What is the expected release date for this feature? :) |
We just released 0.5.0 which adds the feature. |
since this issue haven't be modify yet, we still use formdata to post message with humhub API
https://githubhot.com/repo/humhub/humhub-modules-rest/issues/3
But while we want to add posting data with Topic that already been set, we find that the API format is not synchronize
for example we gat posting data with :
(1)
"topics":[{"id":1,"name":"A1"},{"id":2,"name":"A2"},]
for multiple topics on each post
but what the API document written is :
(2)
"topics": {"topic": {"id": 135,"name": "News"}
(https://www.humhub.com/en/marketplace/rest/docs/html/post.html#/paths/~1post~1{id}/get)
What we need is to post message with some topics
We have tried posting with the format which document is given with one topic (the second one)
And also tried the format that humhub API actually responds (the first one)
either of them were unsuccessful.
Can you give us the format and the way to post message with topic ?
The text was updated successfully, but these errors were encountered: