hngprojects / hng_boilerplate_php_laravel_web

Apache License 2.0
148 stars 58 forks source link

[fix][php]: return correct id for article creation response #609

Open RaphAlemoh opened 2 weeks ago

RaphAlemoh commented 2 weeks ago

Description

This issue implements fix for the response to remove the null value in the article id after creation by an authenticated and authorised user. This endpoint uses the post method and ensures the user fill in the required fields. ​

Related Issue (Link to Github issue)

Feature #600 ​ Endpoints POST /api/v1/help-center/topics