personium / legacy-docs

This repository is obsolete. Latest contents are maintained under new-docs. Therefore, please DO NOT open issues, fork or send pull request to this repository.
Apache License 2.0
2 stars 6 forks source link

Correct cURL sample of unit user's document #87

Closed KourokiTakuto closed 6 years ago

KourokiTakuto commented 6 years ago

Correspond to the following two points

  1. The method of specifying the owner name in creation and acquisition of cell is "{UnitURL}/{UnitUserName}". It corresponds to change to "personium-localunit:/{CellName}/#{UnitUserName}".

  2. The method of cURL sample issuing unit user token is GET. The correct answer is corrected for POST.

hiroaki-shibata commented 6 years ago

This issue include two issues, 1 & 2. Number 2 (bug) can correct soon , but Number 1 (enhancement) can not correct soon. So , I change only number 2 , and create new Issue for number 1.