Skip to main content

CategoryDetailDto

idnumberrequired

Unique identifier for the category

Example: 1
namestringrequired

Name of the category

Example: Test category
createdAtstring<date-time>required

Date when the category was created

updatedAtstring<date-time>required

Date when the category was last updated

CategoryDetailDto
{
"id": 1,
"name": "Test category",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}