Patches the current logged in user's configuration
PATCH/v1/users/current
Patches the current logged in user's configuration
Request
- application/json
Body
required
sshKeysstring[]
Current user's ssh keys
userNamestring
Current user's username
Responses
- 202
- 500
(empty)
- application/json
- Schema
- Example (from schema)
Schema
messagestring
{
"message": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
Loading...