PATCH
/
abdm
/
v1
/
profile
curl --request PATCH \
  --url https://api.eka.care/abdm/v1/profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "123, ABC Street",
  "day_of_birth": 1,
  "first_name": "Shyam",
  "gender": "M",
  "last_name": "Singh",
  "middle_name": "Kumar",
  "month_of_birth": 1,
  "pincode": "110001",
  "year_of_birth": 1990
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Body

application/json

Response

204

No Content