Skip to content

Commit

Permalink
data의 YYYYMMDD 형식 안내 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khujin1 committed Oct 15, 2021
1 parent 80ab378 commit e6b91df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/open_api_auto_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,15 @@ curl -L -X POST 'https://dev-console.myinitial.io/agent/api/issue-credential/sen

<div class="admonition warning ">
<p class="admonition-title">important</p>
<p> 모든 attribute의 값을 입력해야(null 가능) 오류가 발행하지 않음 </p>
<p> 모든 attribute의 값을 입력해야(null 가능) 오류가 발행하지 않음. </p>
</div>

<div class="admonition warning ">
<p class="admonition-title">important</p>
<p> 유효기간은 schema의 attribute 명칭이 exp_date로 생성해야 함. <br> 모든 날짜는 YYYYMMDD(20000101) 형식으로 해야 오류가 발행하지 않음. <br>YYYY-MM-DD 혹은 YYYY.MM.DD 형식을 사용하면 안됨 </p>
</div>


```json
{
"counter_proposal":{
Expand Down

0 comments on commit e6b91df

Please sign in to comment.