Used to update the basicauth of a local user
PUT/resources/org.appvia.io/v2beta1/identities/:name/basicauth
Used to update the basicauth of a local user
Request
Path Parameters
name stringrequired
The name of the user we are updating
- application/json
Body
required
oldPassword stringrequired
OldPassword is the user's current password. Required if you are not a global Wayfinder admin.
password stringrequired
Password is a password associated to the user
username stringrequired
Username is the user you are update the credential for
Responses
- 200
- 401
- 403
- 404
- 500
Contains the identities definitions
If not authenticated
If authenticated but not authorized
User does not exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...