HelpArticleResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the help article | [default to null] |
| title | String | Title of the help article | [default to null] |
| slug | String | URL-friendly slug for the article | [default to null] |
| content | String | HTML content of the help article | [default to null] |
| help_category_id | Long | ID of the category this article belongs to | [default to null] |
| locale | String | Language/locale code (e.g., “en”, “tr”) | [default to null] |
| is_published | Boolean | Whether the article is published and visible to users | [default to null] |
| created_at | Date | Timestamp when the article was created | [default to null] |
| updated_at | Date | Timestamp when the article was last updated | [default to null] |