1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-15 21:14:35 +00:00

feat(web): added profile + edit + autoexec changes

This commit is contained in:
Saad Jutt
2022-05-26 04:25:15 +05:00
parent e4239fbcc3
commit c275db184e
13 changed files with 256 additions and 17 deletions

View File

@@ -357,7 +357,7 @@ components:
autoExec:
type: string
description: 'User-specific auto-exec code'
example: '<SAS code>'
example: ""
required:
- displayName
- username
@@ -543,7 +543,7 @@ paths:
application/json:
schema:
properties:
user: {properties: {displayName: {type: string}, username: {type: string}}, required: [displayName, username], type: object}
user: {properties: {displayName: {type: string}, username: {type: string}, id: {type: number, format: double}}, required: [displayName, username, id], type: object}
loggedIn: {type: boolean}
required:
- user