|
|
|
@ -919,10 +919,8 @@ |
|
|
|
|
], |
|
|
|
|
"summary": "Get custom permissions report.", |
|
|
|
|
"operationId": "getCustomPermissionsReport", |
|
|
|
|
"deprecated": true, |
|
|
|
|
"responses": { |
|
|
|
|
"200": { |
|
|
|
|
"$ref": "#/responses/getCustomPermissionsReportResponse" |
|
|
|
|
}, |
|
|
|
|
"500": { |
|
|
|
|
"$ref": "#/responses/internalServerError" |
|
|
|
|
} |
|
|
|
@ -941,10 +939,8 @@ |
|
|
|
|
], |
|
|
|
|
"summary": "Get custom permissions report in CSV format.", |
|
|
|
|
"operationId": "getCustomPermissionsCSV", |
|
|
|
|
"deprecated": true, |
|
|
|
|
"responses": { |
|
|
|
|
"200": { |
|
|
|
|
"$ref": "#/responses/getCustomPermissionsReportResponse" |
|
|
|
|
}, |
|
|
|
|
"500": { |
|
|
|
|
"$ref": "#/responses/internalServerError" |
|
|
|
|
} |
|
|
|
@ -3734,53 +3730,6 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"CustomPermissionsRecordDTO": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"customPermissions": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"granteeName": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"granteeType": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"granteeUrl": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"id": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
|
"isFolder": { |
|
|
|
|
"type": "boolean" |
|
|
|
|
}, |
|
|
|
|
"orgId": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
|
"orgRole": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"slug": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"title": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"uid": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"url": { |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"usersCount": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"DashboardACLInfoDTO": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
@ -3947,6 +3896,7 @@ |
|
|
|
|
"format": "date-time" |
|
|
|
|
}, |
|
|
|
|
"folderId": { |
|
|
|
|
"description": "Deprecated: use FolderUID instead", |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
@ -4880,6 +4830,7 @@ |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"folderId": { |
|
|
|
|
"description": "Deprecated: use FolderUID instead", |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
@ -4988,6 +4939,7 @@ |
|
|
|
|
"$ref": "#/definitions/Json" |
|
|
|
|
}, |
|
|
|
|
"folderId": { |
|
|
|
|
"description": "Deprecated: use FolderUID instead", |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
@ -5023,6 +4975,7 @@ |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"folderId": { |
|
|
|
|
"description": "Deprecated: use FolderUID instead", |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
@ -5279,6 +5232,7 @@ |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"folderId": { |
|
|
|
|
"description": "Deprecated: use FolderUID instead", |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
@ -5744,7 +5698,7 @@ |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"folderId": { |
|
|
|
|
"description": "ID of the folder where the library element is stored.", |
|
|
|
|
"description": "ID of the folder where the library element is stored.\n\nDeprecated: use FolderUID instead", |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64" |
|
|
|
|
}, |
|
|
|
@ -8700,15 +8654,6 @@ |
|
|
|
|
"$ref": "#/definitions/OrgDetailsDTO" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"getCustomPermissionsReportResponse": { |
|
|
|
|
"description": "", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "array", |
|
|
|
|
"items": { |
|
|
|
|
"$ref": "#/definitions/CustomPermissionsRecordDTO" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"getDashboardPermissionsListResponse": { |
|
|
|
|
"description": "", |
|
|
|
|
"schema": { |
|
|
|
|