Update Biz position
PUT/biz-positions/{id}
Update Biz position.
Privileges:
- bp-settings-lists.manage
Audit event:
- biz.core.v2.biz.positions.update
Errors:
- BIZ_CORE:BIZ_POSITION_NOTFOUND - Biz position with given id not found.
Validation errors:
- BIZ_CORE:BIZ_POSITION_NAME_REQUIRED - Name of the Biz position must be provided.
- BIZ_CORE:BIZ_POSITION_NAME_OUT_OF_LIMIT - Name of the Biz position cannot be longer than 50 characters.
- BIZ_CORE:BIZ_POSITION_NAME_NOT_UNIQUE - Name of the biz position must be unique.
- BIZ_CORE:BIZ_POSITION_STATUS_REQUIRED - Status of the Biz position must be provided.
- BIZ_CORE:BIZ_POSITION_STATUS_NOT_SUPPORTED - Status of the Biz position is not supported.
- BIZ_CORE:BIZ_POSITION_FAVORITE_NOT_ALLOWED - Biz position favorite not allowed.
Request
Responses
- 200
- default
Biz position updated successfully
unexpected error