Skip to content

Commit b6ed382

Browse files
committed
change password and edit profile collection updated
1 parent 66ef7e2 commit b6ed382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

myCollection.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
{
9393
"id": "a1c67116-71d0-9579-62ff-70307cedba19",
9494
"headers": "Authorization: Bearer {{access_token}}\nContent-Type: application/json\nX-Accept-Version: {{x-accept-version}}\n",
95-
"url": "{{base_url}}/{{site_url}}/user/change/password",
95+
"url": "{{base_url}}/{{site_url}}/user/profile/change-password",
9696
"preRequestScript": null,
9797
"pathVariables": {},
9898
"method": "POST",
@@ -172,7 +172,7 @@
172172
{
173173
"id": "c4012907-f1e0-7cd8-095b-fc7245f0cc7a",
174174
"headers": "Content-Type: application/json\nX-Accept-Version: {{x-accept-version}}\n",
175-
"url": "{{base_url}}/{{site_url}}/user/resetting/request/email?username=sunny11",
175+
"url": "{{base_url}}/{{site_url}}/user/resetting/request?username=sunny11",
176176
"preRequestScript": null,
177177
"pathVariables": {},
178178
"method": "GET",
@@ -209,4 +209,4 @@
209209
"rawModeData": "{\n\"username\":\"mshariq\",\n\"password\":\"mshariq\",\n\"name\":\"auth\",\n\"redirect_url\":\"http://192.168.1.120/auth/web/\",\n\"_locale\":\"{{_locale}}\"\n}"
210210
}
211211
]
212-
}
212+
}

0 commit comments

Comments
 (0)