hngprojects / hng_boilerplate_php_laravel_web

Apache License 2.0
148 stars 58 forks source link

[FIX](PHP) Refactoring API Endpoint for "Updates an Existing Help Center Topic" #564

Open timiajayi opened 3 weeks ago

timiajayi commented 3 weeks ago

Description

An Endpoint for updating an Existing Help Center Topic.

related link

https://github.com/hngprojects/hng_boilerplate_nestjs/issues/1045

Route

PATCH: /api/v1/help-center/topics/{id}

Response Body

{
  "title": "string",
  "content": "string",
  "author": "string"
}