AM/FA/Inv - Update Own Password

Details

/external/v1/oauth/password

Synopsis

Update Own Password

put

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.

Authorizations
Body
passwordstring · min: 8 · max: 72Required

The password of this OAuth client

Example: u7/JvJ+:X?Wc]6}.
Responses
204
Successfully updated the password of the OAuth client identified by the provided access token
put
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

Last updated

Was this helpful?