We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Estimated Effort: 5-6 hours Dependencies: Issue#2 (Database changes) Acceptance Criteria: API endpoint exists for the "resolved" status, API returns appropriate success/error responses.
The text was updated successfully, but these errors were encountered:
Used a curl command to test api endpoint:
(venv) ➜ nodebb-s25-cheese git:(feature-resolved-field) ✗ curl -X PUT "http://localhost:4567/api/topics/1/resolved?_uid=1" -H "Content-Type: application/json" -H "Authorization: Bearer API_TOKEN" -d '{"resolved": true}'
{"message":"Topic resolved status updated","tid":"1","resolved":true}%
API_TOKEN must be created via the api page: http://localhost:4567/admin/settings/api
Sorry, something went wrong.
Misterurias
No branches or pull requests
Estimated Effort: 5-6 hours
Dependencies: Issue#2 (Database changes)
Acceptance Criteria: API endpoint exists for the "resolved" status, API returns appropriate success/error responses.
The text was updated successfully, but these errors were encountered: