Skip to main content

Create a new category

POST 

/v1/categories

Create a new category

Request

Query Parameters

    q string

    Search query for categories

Body

required

    groupId uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f
    name string
    Example: Groceries
    notes string
    Example: Some markdown notes

Responses

Success

Schema

    id uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f
    groupId uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f
    name string
    Example: Groceries
    notes string
    Example: Some markdown notes
    createdAt date-time
    Example: 2024-10-07T01:02:03Z
    updatedAt date-time
    Example: 2024-10-07T01:02:03Z
Loading...