프로젝트

일반

사용자정보

SetRisk » 이력 » 개정판 10

개정판 9 (이름없음, 2021/06/04 04:59) → 개정판 10/12 (이름없음, 2021/06/10 05:22)

h1. SetRisk 

 * 개인정보 위험도 구간 설정 파일을 서버에 업로드 합니다. 

 *MultipartFormRequest (param)* 

 | *field* | *type* | *description* | *note* | 
 | file | file | json file | %{color: #ff0000;}첨부 파일 확인% | 
 | operations | String |   |   | 

 *BaseRequest* 

 | *field* | *type* | *description* | *note* | 
 | did | String |   |   | 
 | command | String |   | 값 : levels   | 

 *PrivacySetResponse* 

 | *field* | *type* | *description* | *note* | 
 | command | String |   | 값 : levels   | 
 | message | String |   |   | 

 --- 

 *Request Example* 

 | file | Privacy_risk_levelsjson | 
 | operations | {"query":"mutation($input: BaseRequest){setRisk(param:$input){message command}}", "variables":{"input":{"did":"NfoPEFaG1adkCpijR85L66", "command":"levels"}}} "variables":{"input":{"did":"NfoPEFaG1adkCpijR85L66"}}} | 

 *Response Example* 

 <pre><code class="java"> 
 { 
   "data": { 
     "setRisk": { 
       "message": "privacy_risk_levels.json file saved successfully.", 
       "command": "levels"  
     } 
   } 
 } 
 </code></pre>
클립보드 이미지 추가 (최대 크기: 97.7 MB)