diff --git a/doc/registrant-api/v1/authentication.md b/doc/registrant-api/v1/authentication.md index 13638fca7..558bb1880 100644 --- a/doc/registrant-api/v1/authentication.md +++ b/doc/registrant-api/v1/authentication.md @@ -15,12 +15,11 @@ Returns a bearer token to be used for further API requests. Tokens are valid for Values in brackets represent values that come from the id card certificate. -| Field name | Required | Type | Allowed values | Description | -| ----------------- | -------- | ---- | -------------- | ----------- | -| ident | true | String | | Identity code of the user (`serialNumber`) | -| first_name | true | String | | Name of the customer (`GN`) | -| last_name | true | String | | Name of the customer (`SN`) | -| country | true | String | 'ee' | Code of the country that issued the id card (`C`) | +| Field name | Required | Type | Allowed values | Description | +| ----------------- | -------- | ---- | -------------- | ----------- | +| ident | true | String | | Identity code of the user (`serialNumber`) | +| first_name | true | String | | Name of the customer (`GN`) | +| last_name | true | String | | Name of the customer (`SN`) | #### Request @@ -33,7 +32,6 @@ Content-type: application/json "ident": "30110100103", "first_name": "Jan", "last_name": "Tamm", - "country": "ee", } ``` diff --git a/doc/registrant-api/v1/domain_lock.md b/doc/registrant-api/v1/domain_lock.md index 6702d4233..0237a11cb 100644 --- a/doc/registrant-api/v1/domain_lock.md +++ b/doc/registrant-api/v1/domain_lock.md @@ -46,9 +46,9 @@ Content-Type: application/json "pending_json": {}, "force_delete_at": null, "statuses": [ - "clientUpdateProhibited", - "clientDeleteProhibited", - "clientTransferProhibited" + "serverUpdateProhibited", + "serverDeleteProhibited", + "serverTransferProhibited" ], "reserved": false, "status_notes": {},