mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 23:10:05 +00:00
chore: add specs for update permission api endpoint
This commit is contained in:
@@ -49,7 +49,7 @@ interface UpdatePermissionPayload {
|
||||
setting: string
|
||||
}
|
||||
|
||||
interface PermissionDetailsResponse {
|
||||
export interface PermissionDetailsResponse {
|
||||
permissionId: number
|
||||
uri: string
|
||||
setting: string
|
||||
|
||||
@@ -21,7 +21,7 @@ export interface UserResponse {
|
||||
displayName: string
|
||||
}
|
||||
|
||||
interface UserDetailsResponse {
|
||||
export interface UserDetailsResponse {
|
||||
id: number
|
||||
displayName: string
|
||||
username: string
|
||||
|
||||
Reference in New Issue
Block a user