UI-Anpassungen
Dieser Commit ist enthalten in:
committet von
Server Deploy
Ursprung
7d67557be4
Commit
ef153789cc
@ -1284,6 +1284,14 @@ class ApiClient {
|
||||
return this.post('/coding/validate-path', { path });
|
||||
}
|
||||
|
||||
async getCodingDirectoryUsage(id) {
|
||||
return this.get(`/coding/directories/${id}/usage`);
|
||||
}
|
||||
|
||||
async getCodingDirectoryUsageHistory(id, hours = 24) {
|
||||
return this.get(`/coding/directories/${id}/usage/history?hours=${hours}`);
|
||||
}
|
||||
|
||||
// =============================================================================
|
||||
// CONTACTS
|
||||
// =============================================================================
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren