mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Add CreatedAt and UpdatedAt field to IAM user
This commit is contained in:
@@ -5701,6 +5701,10 @@ const docTemplate = `{
|
||||
"auth": {
|
||||
"$ref": "#/definitions/api.IAMUserAuth"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -5712,6 +5716,10 @@ const docTemplate = `{
|
||||
},
|
||||
"superuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user