hngprojects / hng_boilerplate_php_laravel_web

Apache License 2.0
148 stars 58 forks source link

fix: return correct id for article creation response #600

Closed RaphAlemoh closed 2 weeks ago

RaphAlemoh commented 2 weeks ago

Description

This pull request 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 #867 ​ Endpoints POST /api/v1/help-center/topics

Enable updating creation of help-center topics

How Has This Been Tested?

image

Screenshots (if appropriate - Postman, etc):

image

Types of changes