v.1.2.4 release

This commit is contained in:
2026-06-21 13:29:42 +02:00
parent ae1f3cca1b
commit e3dfc3431d
2 changed files with 32 additions and 13 deletions

View File

@@ -53,5 +53,9 @@ curl_close($curl);
```
#### Known errors or issues.
None are known at the time
If you do encounter issues and get an http code in return, check the response codes on this page.
```json
{
"error":"Cannot delete record: dependent data exists."
}
```
This means there is still a user linked to the user-group, first make there are no users linked to this group before deleting.