This route is to be used by an OAuth client to update its own password. The client should be authenticated and a valid access token provided.
The password of this OAuth client
u7/JvJ+:X?Wc]6}.
PUT /external/v1/oauth/password HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"password": "u7/JvJ+:X?Wc]6}."
}
No content