Skip to main content

Update Project Category

PUT 

/api/product_categories/:id

Update Project Category

Request

Path Parameters

    id integerrequired
    Example: 3137

Header Parameters

    X-Company-Slug stringrequired

Body

    name stringrequired
    parent_id stringnullable
    enabled boolean

Responses

Successful response

Schema

    id string
    name string
    slug string
    parent_id stringnullable
    position numbernullable
    enabled boolean

    parent

    object

    nullable

    id string
    name string
    slug string
    parent_id stringnullable
    position numbernullable
    enabled boolean
Loading...