mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
Fix error in authentication field name
This commit is contained in:
parent
aa87d001d5
commit
e1605f81eb
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Values in brackets represent values that come from the id card certificate.
|
||||||
| first_name | true | String | | Name of the customer (`GN`) |
|
| first_name | true | String | | Name of the customer (`GN`) |
|
||||||
| last_name | true | String | | Name of the customer (`SN`) |
|
| last_name | true | String | | Name of the customer (`SN`) |
|
||||||
| country | true | String | 'ee' | Code of the country that issued the id card (`C`) |
|
| country | true | String | 'ee' | Code of the country that issued the id card (`C`) |
|
||||||
| issuing authority | true | String | 'AS Sertifitseerimiskeskus' | |
|
| issuing_authority | true | String | 'AS Sertifitseerimiskeskus' | |
|
||||||
| | | | | |
|
| | | | | |
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ Content-type: application/json
|
||||||
"first_name": "Jan",
|
"first_name": "Jan",
|
||||||
"last_name": "Tamm",
|
"last_name": "Tamm",
|
||||||
"country": "ee",
|
"country": "ee",
|
||||||
"issuing authority": "AS Sertifitseerimiskeskus"
|
"issuing_authority": "AS Sertifitseerimiskeskus"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue