SetRisk » 이력 » 개정판 3
개정판 2 (이름없음, 2021/06/03 08:05) → 개정판 3/12 (이름없음, 2021/06/03 08:12)
h1. SetRisk *MultipartFormRequest* | *field* | *type* | *description* | *note* | | file | file | json file | 첨부 파일 확인 | | operations | String | | | *BaseRequest* | *field* field | *type* type | *description* description | *note* note | | did | String | | | | command | String | | | *File* | JSON 파일 | *PrivacySetResponse* | *field* field | *type* type | *description* description | *note* note | | command | String | | | | message | String | | | --- *Request Example* | file | privacy_risk_levels.json | | operations | {"query":"mutation($input: BaseRequest){setRisk(param:$input){message command}}", "variables":{"input":{"did":"NfoPEFaG1adkCpijR85L66"}}} | *Response Example* <pre><code class="java"> { "data": { "setRisk": { "message": "privacy_risk_levels.json file saved successfully.", "command": "levels" } } } </code></pre>