Update a department
This endpoint lets you update departments for a given id.
department update
PUT
https://www.welcomekit.co/api/v1/external/departments/:id
Path Parameters
Name
Type
Description
id*
string
Department ID
Query Parameters
Name
Type
Description
name
string
Name
slug
string
Slug
is_active
boolean
Department is active?
description
string
Description
Request example
Last updated
Was this helpful?