Skip to content

Commit 79a5b7c

Browse files
committed
doc fix
1 parent 20589f6 commit 79a5b7c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Readme.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ If client wants to use gRPC interface, client can generate client code from `api
6363

6464
To fetch captcha and session id from UIDAI.
6565

66-
* ### **gRPC FUNCTION NAME** - GetCaptcha
67-
* ### **METHOD** - `GET`
68-
* ### **URL** - `{{baseUrl}}/api/v1/GetCaptcha`
69-
* ### **RESPONSE**
66+
* #### **gRPC FUNCTION NAME** - GetCaptcha
67+
* #### **METHOD** - `GET`
68+
* #### **URL** - `{{baseUrl}}/api/v1/GetCaptcha`
69+
* #### **RESPONSE**
7070
```json
7171
{
7272
"status": {
@@ -86,10 +86,10 @@ Once captcha fetched, need to call this API with aadhaar number(uid_no) and capt
8686

8787
On success user will receive an OTP on phone number associated with aadhaar.
8888

89-
* ### **gRPC FUNCTION NAME** - VerifyCaptcha
90-
* ### **METHOD** - `POST`
91-
* ### **URL** - `{{baseUrl}}/api/v1/VerifyCaptcha`
92-
* ### **REQUEST**
89+
* #### **gRPC FUNCTION NAME** - VerifyCaptcha
90+
* #### **METHOD** - `POST`
91+
* #### **URL** - `{{baseUrl}}/api/v1/VerifyCaptcha`
92+
* #### **REQUEST**
9393
```json
9494
{
9595
"session_id": <string | session id>,
@@ -98,7 +98,7 @@ On success user will receive an OTP on phone number associated with aadhaar.
9898
}
9999
```
100100

101-
* ### **RESPONSE**
101+
* #### **RESPONSE**
102102
```json
103103
{
104104
"status": {
@@ -112,10 +112,10 @@ On success user will receive an OTP on phone number associated with aadhaar.
112112

113113
Call this API with OTP received to download zip file from UIDAI and fetch details.
114114

115-
* ### **gRPC FUNCTION NAME** - VerifyOtpAndGetAadhaar
116-
* ### **METHOD** - `POST`
117-
* ### **URL** - `{{baseUrl}}/api/v1/VerifyOtpAndGetAadhaar`
118-
* ### **REQUEST**
115+
* #### **gRPC FUNCTION NAME** - VerifyOtpAndGetAadhaar
116+
* #### **METHOD** - `POST`
117+
* #### **URL** - `{{baseUrl}}/api/v1/VerifyOtpAndGetAadhaar`
118+
* #### **REQUEST**
119119
```json
120120
{
121121
"session_id": <string | session id>,
@@ -126,7 +126,7 @@ Call this API with OTP received to download zip file from UIDAI and fetch detail
126126
}
127127
```
128128

129-
* ### **RESPONSE**
129+
* #### **RESPONSE**
130130
```json
131131
{
132132
"status": {
@@ -163,14 +163,14 @@ Call this API with OTP received to download zip file from UIDAI and fetch detail
163163
```
164164

165165
# Response Status Codes
166-
* ### **2000** - Success
167-
* ### **4000** - Request validation errors
168-
* ### **5000** - Unknown error
169-
* ### **5001** - UIDAI technical issue error
170-
* ### **4002** - Invalid captcha
171-
* ### **4003** - Invalid OTP
172-
* ### **4004** - Invalid aadhaar number
173-
* ### **4005** - Session expired
174-
* ### **4006** - Invalid session id
175-
* ### **4090** - Aadhaar already downloaded error.
166+
* #### **2000** - Success
167+
* #### **4000** - Request validation errors
168+
* #### **5000** - Unknown error
169+
* #### **5001** - UIDAI technical issue error
170+
* #### **4002** - Invalid captcha
171+
* #### **4003** - Invalid OTP
172+
* #### **4004** - Invalid aadhaar number
173+
* #### **4005** - Session expired
174+
* #### **4006** - Invalid session id
175+
* #### **4090** - Aadhaar already downloaded error.
176176

0 commit comments

Comments
 (0)