Commit daf406cb authored by RobertDing's avatar RobertDing

ADD - 转接分组

parent aa9e1206
......@@ -124,3 +124,26 @@ paths:
responses:
'200':
description: OK
/transfer/entry/{entry_id}
post:
summary: 转接分组
description: 把用户转接到某个分组
parameters:
- name: entry_id
in: path
description: 分组ID
required: true
type: string
format: string
- name: user_person_id
in: formData
description: 用户person_id
required: true
type: string
format: string
tags:
- Entry
responses:
'200':
description: OK
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment