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
刪除時出現 path /v1/boards/test/articles/M.1629564570.A.2AC not found
請參考 testing-script C6-1-3.sh
curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=delete'
然後就會看到錯誤了。
他應該要能正常刪掉文章,至少不要出現錯誤訊息,然後文章列表中要出現這篇文章已被刪除。
Package version: cb8fb31
The text was updated successfully, but these errors were encountered:
@PichuChen 請參考 testing-script C6-1-2.sh 應為 C6-1-3.sh
請參考 testing-script C6-1-2.sh
Sorry, something went wrong.
感謝,已修正
文章的正確路徑是否應爲 /v1/board/{bid}/article/{aid}? 參考:https://api.devptt.site:8080/#/board/get_v1_board__bid__article__aid_ board 與 article 的字尾皆無 s 後綴。
/v1/board/{bid}/article/{aid}
board
article
s
No branches or pull requests
發生了什麼事? / The Problem
刪除時出現 path /v1/boards/test/articles/M.1629564570.A.2AC not found
如何重現 / To Reproduce
請參考 testing-script C6-1-3.sh
curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=delete'
然後就會看到錯誤了。
預期的行為 / Expected behavior
他應該要能正常刪掉文章,至少不要出現錯誤訊息,然後文章列表中要出現這篇文章已被刪除。
螢幕截圖 / Screenshots
開發環境 / Environment
Package version: cb8fb31
The text was updated successfully, but these errors were encountered: