FAQs
PATCH
Update FAQ
Update an existing FAQ.
Required Permission:
Edit Faq
PATCH
/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,delivery | Category of the FAQ |
Response
200 OKStatus Code
HTTP status code (200)
Message
Human-readable description
Data
Updated FAQ details