FAQs
PATCH
Update FAQ
Update an existing FAQ.
Required Permission:
Edit Faq
PATCH
/dashboard/faqs/{id}
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| question | String | Required | string, required, max:255 | The question being asked |
| answer | String | Required | string, required | The answer to the question |
| type | String | Required | string, required, in:general,digital_marketing,software_development,seo | Category of the FAQ |
| position | Integer | Optional | integer, optional | Position of the FAQ |
Response
200 OKStatus Code
HTTP status code (200)
Message
Human-readable description
Data
Updated FAQ record