feat(api): add possibility to retrieve user schemas (#7614)

This PR extends the user schema service (V3 API) with the possibility to ListUserSchemas and GetUserSchemaByID.
The previously started guide is extended to demonstrate how to retrieve the schema(s) and notes the generated revision property.
This commit is contained in:
Livio Spring
2024-03-22 14:26:13 +01:00
committed by GitHub
parent 5b301c7f96
commit 7494a7b6d9
29 changed files with 1597 additions and 19 deletions

View File

@@ -62,7 +62,6 @@ Errors:
Notification:
NoDomain: Няма намерен домейн за съобщение
User:
TooManyNestingLevels: Too many query nesting levels (Max 20).
NotFound: Потребителят не може да бъде намерен
AlreadyExists: Вече съществува потребител
NotFoundOnOrg: Потребителят не може да бъде намерен в избраната организация
@@ -493,6 +492,7 @@ Errors:
CloseRows: SQL изразът не можа да бъде завършен
SQLStatement: SQL изразът не може да бъде създаден
InvalidRequest: Заявката е невалидна
TooManyNestingLevels: Твърде много нива на влагане на заявката (макс. 20)
Quota:
AlreadyExists: Вече съществува квота за тази единица
NotFound: Не е намерена квота за тази единица