Actions
SetRisk » 이력 » 개정판 8
« 뒤로 |
개정판 8/12
(비교(diff))
| 다음 »
이름없음, 2021/06/04 04:59
SetRisk¶
- 개인정보 위험도 구간 설정 파일을 서버에 업로드 합니다.
MultipartFormRequest (param)
field | type | description | note |
file | file | json file | 첨부 파일 확인 |
operations | String |
BaseRequest
field | type | description | note |
did | String | ||
command | String |
PrivacySetResponse
field | type | description | note |
command | String | ||
message | String |
Request Example
file | Privacy_risk_levelsjson | privacy_risk_levels.json |
operations | {"query":"mutation($input: BaseRequest){setRisk(param:$input){message command}}", "variables":{"input":{"did":"NfoPEFaG1adkCpijR85L66"}}} |
Response Example
{
"data": {
"setRisk": {
"message": "privacy_risk_levels.json file saved successfully.",
"command": "levels"
}
}
}
이름없음이(가) 약 4년 전에 변경 · 8 revisions