X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm-openapi.yaml;h=ccd9277363dd7c9855c88ea31bba17415d06c5bd;hb=refs%2Ftags%2Frelease-v14.0-start;hp=590ba21f38f9703d8ce62c844154e4e56c6f1c9b;hpb=6229f2f163c12fe88597264a4afe0e7b9a8c87b1;p=osm%2FSOL005.git diff --git a/osm-openapi.yaml b/osm-openapi.yaml index 590ba21..ccd9277 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -7933,6 +7933,8 @@ components: type: string admin: type: boolean + admin_show: + type: boolean project_id: type: string format: uuid @@ -7946,6 +7948,13 @@ components: issued_at: type: number format: float + user_show: + type: boolean + last_login: + type: number + format: float + login_count: + type: number expires: type: number format: float @@ -8083,6 +8092,15 @@ components: type: string password: type: string + old_password: + type: string + system_admin_id: + type: string + format: uuid + unlock: + type: boolean + renew: + type: boolean projects: oneOf: - $ref: '#/components/schemas/ShortNameList'