Appearance
创建岗位 API
| Path | Method | Created At |
|---|---|---|
| /api/org/position/create | POST | 2025-11-29 00:39:11 |
Request
| Key | Rule | Description |
|---|---|---|
| name | string,max:32 | 岗位名称必须是字符串,且长度不能超过32个字符 |
| levels | App\Rules\PositionLevelRule | 岗位级别必须是实习、初级、中级或高级 |
| type_id | integer,min:0 | 岗位类别不存在 |
| responsibility | string,max:512 | 岗位职责必须在 512 个字符以内 |
| job_requirements | string,max:512 | 岗位要求必须在 512 个字符以内 |
Response
| Key | Type | Example | Comment |
|---|