Update Biz department
PUT/biz-departments/{id}
Update Biz department.
Privileges:
- bp-settings-lists.manage
Audit event:
- biz.core.v2.biz.departments.update
Errors:
- BIZ_CORE:BIZ_DEPARTMENT_NOTFOUND - Biz department with given id not found.
Validation errors:
- BIZ_CORE:BIZ_DEPARTMENT_NAME_REQUIRED - Name of the Biz department is required.
- BIZ_CORE:BIZ_DEPARTMENT_NAME_OUT_OF_LIMIT - Name of the Biz department cannot be longer than 50 characters.
- BIZ_CORE:BIZ_DEPARTMENT_NAME_NOT_UNIQUE - Name of the Biz department must be unique.
- BIZ_CORE:BIZ_DEPARTMENT_STATUS_REQUIRED - Status of the Biz department is required.
- BIZ_CORE:BIZ_DEPARTMENT_STATUS_NOT_SUPPORTED - Status of the Biz department is not supported.
- BIZ_CORE:BIZ_DEPARTMENT_FAVORITE_NOT_ALLOWED - Biz department favorite not allowed.
Request
Responses
- 200
- default
Biz department updated
unexpected error