AM/FA/Inv - Update Own Password
Details
Synopsis
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: 72RequiredExample:
The password of this OAuth client
u7/JvJ+:X?Wc]6}.
Responses
204
Successfully updated the password of the OAuth client identified by the provided access token
400
The following error codes can be returned:
- GN0002
Please refer to the error code dictionary for the details of each error code.
application/json
401
The following error codes can be returned:
- AU0001
Please refer to the error code dictionary for the details of each error code.
application/json
404
The following error codes can be returned:
- AU0006
Please refer to the error code dictionary for the details of each error code.
application/json
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?