申请同步状态
最后更新于 2023/09/07 阅读数 110
申请同步状态
此接口用于修改申请在MoSeeker状态. 目前只支持修改ats_status=3 其他的暂时不接受修改.
Method:PUT
Path:/applications/{id}/status
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Path Parameters
Key | Required | Type | Description |
---|---|---|---|
id | Yes | number | 申请id |
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
ats_status | Yes | string | 同步状态(3:同步成功) |
Response data
Key | Describe |
---|---|
amount | 修改成功数量 |
Request
{
"ats_status": 3
}
1
2
3
4
plaintext2
3
4
Response
{
"code": 0,
"message": "",
"data": {
"amount": 1
}
}
1
2
3
4
5
6
7
8
plaintext2
3
4
5
6
7
8
评价这篇文档
有帮助
没帮助