Create a department
POST/api/v1/departments
Creates a new department in the organization with a name and emoji
Request
Responses
- 201
- 400
- 401
Department created successfully
Invalid request. Parameter name or emoji is invalid
Request not authorized
POST/api/v1/departments
Creates a new department in the organization with a name and emoji
Department created successfully
Invalid request. Parameter name or emoji is invalid
Request not authorized