From c335a5889b8d6d2ed1352627149f4699165e5549 Mon Sep 17 00:00:00 2001 From: SDKgen-Bot Date: Thu, 25 Jul 2024 18:57:00 +0000 Subject: [PATCH] Operation "backend.marketplace.app.upgrade.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.app.upgrade.tags" has changed from "marketplace, marketplace" to "marketplace" Operation "backend.marketplace.app.get.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.app.get.tags" has changed from "marketplace, marketplace" to "marketplace" Operation "backend.marketplace.app.install.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.app.install.tags" has changed from "marketplace, marketplace" to "marketplace" Operation "backend.marketplace.app.getAll.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.app.getAll.tags" has changed from "marketplace, marketplace" to "marketplace" Operation "backend.marketplace.action.upgrade.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.action.upgrade.tags" has changed from "marketplace, marketplace" to "marketplace" Operation "backend.marketplace.action.get.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.action.get.tags" has changed from "marketplace, marketplace" to "marketplace" Operation "backend.marketplace.action.install.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.action.install.tags" has changed from "marketplace, marketplace" to "marketplace" Operation "backend.marketplace.action.getAll.security" has changed from "backend.marketplace, backend.marketplace" to "backend.marketplace" Operation "backend.marketplace.action.getAll.tags" has changed from "marketplace, marketplace" to "marketplace" --- sdkgen.lock | 2 +- src/sdk/backend_tag.py | 7 ++ src/sdk/backend_test.py | 17 +++ src/sdk/backend_test_collection.py | 12 ++ src/sdk/backend_test_config.py | 11 ++ src/sdk/backend_test_tag.py | 180 +++++++++++++++++++++++++++++ 6 files changed, 228 insertions(+), 1 deletion(-) create mode 100644 src/sdk/backend_test.py create mode 100644 src/sdk/backend_test_collection.py create mode 100644 src/sdk/backend_test_config.py create mode 100644 src/sdk/backend_test_tag.py diff --git a/sdkgen.lock b/sdkgen.lock index 44eb2d8..1457425 100644 --- a/sdkgen.lock +++ b/sdkgen.lock @@ -1 +1 @@ -{"fusio/sdk":{"operations":{"authorization.getWhoami":{"path":"/authorization/whoami","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_User"}},"arguments":[],"throws":[{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["authorization"],"authorization":true,"tags":["authorization"]},"authorization.revoke":{"path":"/authorization/revoke","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":[],"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["authorization"],"authorization":true,"tags":["authorization"]},"system.payment.webhook":{"path":"/system/payment/:provider/webhook","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getSchema":{"path":"/system/schema/:name","method":"GET","return":{"code":200,"schema":{"$ref":"System_Schema"}},"arguments":{"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getRoutes":{"path":"/system/route","method":"GET","return":{"code":200,"schema":{"$ref":"System_Route"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getOAuth2Configuration":{"path":"/system/oauth-authorization-server","method":"GET","return":{"code":200,"schema":{"$ref":"System_OAuthConfiguration"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getHealth":{"path":"/system/health","method":"GET","return":{"code":200,"schema":{"$ref":"System_HealthCheck"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getDebug":{"path":"/system/debug","method":"POST","return":{"code":200,"schema":{"$ref":"Passthru"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Passthru"}}},"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getAbout":{"path":"/system/about","method":"GET","return":{"code":200,"schema":{"$ref":"System_About"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.connection.callback":{"path":"/system/connection/:name/callback","method":"GET","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"name":{"in":"path","schema":{"type":"string"}}},"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"consumer.identity.redirect":{"path":"/consumer/identity/:identity/redirect","method":"GET","return":{"code":200,"schema":{"$ref":"Passthru"}},"arguments":{"identity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.identity.exchange":{"path":"/consumer/identity/:identity/exchange","method":"GET","return":{"code":200,"schema":{"$ref":"Passthru"}},"arguments":{"identity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.identity.getAll":{"path":"/consumer/identity","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_IdentityCollection"}},"arguments":{"appId":{"in":"query","schema":{"type":"integer"}},"appKey":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.account.executePasswordReset":{"path":"/consumer/password_reset","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserPasswordReset"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.requestPasswordReset":{"path":"/consumer/password_reset","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserEmail"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.register":{"path":"/consumer/register","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserRegister"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.refresh":{"path":"/consumer/login","method":"PUT","return":{"code":200,"schema":{"$ref":"Consumer_UserJWT"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserRefresh"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.login":{"path":"/consumer/login","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_UserJWT"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserLogin"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.authorize":{"path":"/consumer/authorize","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_AuthorizeResponse"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_AuthorizeRequest"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.getApp":{"path":"/consumer/authorize","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_AuthorizeMeta"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.activate":{"path":"/consumer/activate","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserActivate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.changePassword":{"path":"/consumer/account/change_password","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_AccountChangePassword"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.account.update":{"path":"/consumer/account","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserAccount"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.account.get":{"path":"/consumer/account","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_UserAccount"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.transaction.get":{"path":"/consumer/transaction/$transaction_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Transaction"}},"arguments":{"transaction_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.transaction"],"authorization":true,"tags":["transaction"]},"consumer.transaction.getAll":{"path":"/consumer/transaction","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_TransactionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.transaction"],"authorization":true,"tags":["transaction"]},"consumer.webhook.delete":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.update":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_WebhookUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.get":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Webhook"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.create":{"path":"/consumer/webhook","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_WebhookCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.getAll":{"path":"/consumer/webhook","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_WebhookCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.token.delete":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.update":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Consumer_TokenAccessToken"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_TokenUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.get":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Token"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.create":{"path":"/consumer/token","method":"POST","return":{"code":201,"schema":{"$ref":"Consumer_TokenAccessToken"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_TokenCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.getAll":{"path":"/consumer/token","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_TokenCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.scope.getAll":{"path":"/consumer/scope","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_ScopeCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.scope"],"authorization":true,"tags":["scope"]},"consumer.plan.get":{"path":"/consumer/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Plan"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.plan"],"authorization":true,"tags":["plan"]},"consumer.plan.getAll":{"path":"/consumer/plan","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_PlanCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.plan"],"authorization":true,"tags":["plan"]},"consumer.payment.checkout":{"path":"/consumer/payment/:provider/checkout","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_PaymentCheckoutResponse"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_PaymentCheckoutRequest"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.payment"],"authorization":true,"tags":["payment"]},"consumer.payment.portal":{"path":"/consumer/payment/:provider/portal","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_PaymentPortalResponse"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_PaymentPortalRequest"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.payment"],"authorization":true,"tags":["payment"]},"consumer.page.get":{"path":"/consumer/page/:page_id","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Page"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["page"]},"consumer.page.getAll":{"path":"/consumer/page","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_PageCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["page"]},"consumer.log.get":{"path":"/consumer/log/$log_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Log"}},"arguments":{"log_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.log"],"authorization":true,"tags":["log"]},"consumer.log.getAll":{"path":"/consumer/log","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_LogCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.log"],"authorization":true,"tags":["log"]},"consumer.grant.delete":{"path":"/consumer/grant/$grant_id\u003c[0-9]+\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"grant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.grant"],"authorization":true,"tags":["grant"]},"consumer.grant.getAll":{"path":"/consumer/grant","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_GrantCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.grant"],"authorization":true,"tags":["grant"]},"consumer.event.getAll":{"path":"/consumer/event","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_EventCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.event"],"authorization":true,"tags":["event"]},"consumer.app.delete":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.update":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_AppUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.get":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_App"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.create":{"path":"/consumer/app","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_AppCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.getAll":{"path":"/consumer/app","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_AppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"backend.webhook.delete":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.update":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_WebhookUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.get":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Webhook"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.create":{"path":"/backend/webhook","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_WebhookCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.getAll":{"path":"/backend/webhook","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_WebhookCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.user.delete":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.update":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_UserUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.get":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_User"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.create":{"path":"/backend/user","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_UserCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.getAll":{"path":"/backend/user","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_UserCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.trash.restore":{"path":"/backend/trash/:type","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"type":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_TrashRestore"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.trash.getAllByType":{"path":"/backend/trash/:type","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TrashDataCollection"}},"arguments":{"type":{"in":"path","schema":{"type":"string"}},"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.trash.getTypes":{"path":"/backend/trash","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TrashTypes"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.transaction.get":{"path":"/backend/transaction/$transaction_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Transaction"}},"arguments":{"transaction_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.transaction"],"authorization":true,"tags":["transaction"]},"backend.transaction.getAll":{"path":"/backend/transaction","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TransactionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"planId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"status":{"in":"query","schema":{"type":"string"}},"provider":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.transaction"],"authorization":true,"tags":["transaction"]},"backend.token.get":{"path":"/backend/token/$token_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Token"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.token"],"authorization":true,"tags":["token"]},"backend.token.getAll":{"path":"/backend/token","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TokenCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"status":{"in":"query","schema":{"type":"integer"}},"scope":{"in":"query","schema":{"type":"string"}},"ip":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.token"],"authorization":true,"tags":["token"]},"backend.tenant.remove":{"path":"/backend/tenant/:tenant_id","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"tenant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.tenant"],"authorization":true,"tags":["tenant"]},"backend.tenant.setup":{"path":"/backend/tenant/:tenant_id","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"tenant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.tenant"],"authorization":true,"tags":["tenant"]},"backend.statistic.getUsedPoints":{"path":"/backend/statistic/used_points","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getTimePerOperation":{"path":"/backend/statistic/time_per_operation","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getTimeAverage":{"path":"/backend/statistic/time_average","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getMostUsedOperations":{"path":"/backend/statistic/most_used_operations","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getMostUsedApps":{"path":"/backend/statistic/most_used_apps","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIssuedTokens":{"path":"/backend/statistic/issued_tokens","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIncomingTransactions":{"path":"/backend/statistic/incoming_transactions","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIncomingRequests":{"path":"/backend/statistic/incoming_requests","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getErrorsPerOperation":{"path":"/backend/statistic/errors_per_operation","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getCountRequests":{"path":"/backend/statistic/count_requests","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticCount"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.sdk.generate":{"path":"/backend/sdk","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_SdkMessage"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_SdkGenerate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.sdk"],"authorization":true,"tags":["sdk"]},"backend.sdk.getAll":{"path":"/backend/sdk","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_SdkResponse"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.sdk"],"authorization":true,"tags":["sdk"]},"backend.scope.delete":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.update":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ScopeUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.get":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Scope"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.getCategories":{"path":"/backend/scope/categories","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ScopeCategories"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.create":{"path":"/backend/scope","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_ScopeCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.getAll":{"path":"/backend/scope","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ScopeCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.schema.delete":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.update":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_SchemaUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.get":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Schema"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.updateForm":{"path":"/backend/schema/form/$schema_id\u003c[0-9]+\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_SchemaForm"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.getPreview":{"path":"/backend/schema/preview/:schema_id","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_SchemaPreviewResponse"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.create":{"path":"/backend/schema","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_SchemaCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.getAll":{"path":"/backend/schema","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_SchemaCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.operation.delete":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.update":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_OperationUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.get":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Operation"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.create":{"path":"/backend/operation","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_OperationCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.getAll":{"path":"/backend/operation","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_OperationCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.role.delete":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.update":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_RoleUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.get":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Role"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.create":{"path":"/backend/role","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_RoleCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.getAll":{"path":"/backend/role","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_RoleCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.rate.delete":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.update":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_RateUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.get":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Rate"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.create":{"path":"/backend/rate","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_RateCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.getAll":{"path":"/backend/rate","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_RateCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.plan.delete":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.update":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_PlanUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.get":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Plan"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.create":{"path":"/backend/plan","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_PlanCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.getAll":{"path":"/backend/plan","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_PlanCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.page.delete":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.update":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_PageUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.get":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Page"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.create":{"path":"/backend/page","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_PageCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.getAll":{"path":"/backend/page","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_PageCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.marketplace.app.upgrade":{"path":"/backend/marketplace/app/:user/:name","method":"PUT","return":{"code":200,"schema":{"$ref":"MarketplaceMessage"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"MarketplaceMessage"}},{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":404,"schema":{"$ref":"MarketplaceMessage"}},{"code":410,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.marketplace.app.get":{"path":"/backend/marketplace/app/:user/:name","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceApp"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":404,"schema":{"$ref":"MarketplaceMessage"}},{"code":410,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.marketplace.app.install":{"path":"/backend/marketplace/app","method":"POST","return":{"code":201,"schema":{"$ref":"MarketplaceMessage"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"MarketplaceInstall"}}},"throws":[{"code":400,"schema":{"$ref":"MarketplaceMessage"}},{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.marketplace.app.getAll":{"path":"/backend/marketplace/app","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceAppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"query":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.marketplace.action.upgrade":{"path":"/backend/marketplace/action/:user/:name","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.marketplace.action.get":{"path":"/backend/marketplace/action/:user/:name","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceAction"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":404,"schema":{"$ref":"MarketplaceMessage"}},{"code":410,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.marketplace.action.install":{"path":"/backend/marketplace/action","method":"POST","return":{"code":201,"schema":{"$ref":"MarketplaceMessage"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"MarketplaceInstall"}}},"throws":[{"code":400,"schema":{"$ref":"MarketplaceMessage"}},{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.marketplace.action.getAll":{"path":"/backend/marketplace/action","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceActionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"query":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace","backend.marketplace"],"authorization":true,"tags":["marketplace","marketplace"]},"backend.log.get":{"path":"/backend/log/$log_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Log"}},"arguments":{"log_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getAll":{"path":"/backend/log","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_LogCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"routeId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getError":{"path":"/backend/log/error/$error_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_LogError"}},"arguments":{"error_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getAllErrors":{"path":"/backend/log/error","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_LogErrorCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.identity.delete":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.update":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_IdentityUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.get":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Identity"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getForm":{"path":"/backend/identity/form","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getClasses":{"path":"/backend/identity/list","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_IdentityIndex"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.create":{"path":"/backend/identity","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_IdentityCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getAll":{"path":"/backend/identity","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_IdentityCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.generator.getChangelog":{"path":"/backend/generator/:provider","method":"PUT","return":{"code":200,"schema":{"$ref":"Backend_GeneratorProviderChangelog"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_GeneratorProviderConfig"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.executeProvider":{"path":"/backend/generator/:provider","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_GeneratorProvider"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.getForm":{"path":"/backend/generator/:provider","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.getClasses":{"path":"/backend/generator","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_GeneratorIndexProviders"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.backup.import":{"path":"/backend/backup/import","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_BackupImportResult"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_BackupImport"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.backup"],"authorization":true,"tags":["backup"]},"backend.backup.export":{"path":"/backend/backup/export","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_BackupExport"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.backup"],"authorization":true,"tags":["backup"]},"backend.event.delete":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.update":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_EventUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.get":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Event"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.create":{"path":"/backend/event","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_EventCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.getAll":{"path":"/backend/event","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_EventCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.database.deleteRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.updateRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseRow"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.createRow":{"path":"/backend/database/:connection_id/:table_name/rows","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseRow"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseRow"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getRows":{"path":"/backend/database/:connection_id/:table_name/rows","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseRows"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"filterBy":{"in":"query","schema":{"type":"string"}},"filterOp":{"in":"query","schema":{"type":"string"}},"filterValue":{"in":"query","schema":{"type":"string"}},"sortBy":{"in":"query","schema":{"type":"string"}},"sortOrder":{"in":"query","schema":{"type":"string"}},"columns":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.deleteTable":{"path":"/backend/database/:connection_id/:table_name","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.updateTable":{"path":"/backend/database/:connection_id/:table_name","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseTable"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.createTable":{"path":"/backend/database/:connection_id","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseTable"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getTable":{"path":"/backend/database/:connection_id/:table_name","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseTable"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getTables":{"path":"/backend/database/:connection_id","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseTables"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getConnections":{"path":"/backend/database","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseConnections"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.dashboard.getAll":{"path":"/backend/dashboard","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Dashboard"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.dashboard"],"authorization":true,"tags":["dashboard"]},"backend.cronjob.delete":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.update":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_CronjobUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.get":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Cronjob"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.create":{"path":"/backend/cronjob","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_CronjobCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.getAll":{"path":"/backend/cronjob","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_CronjobCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.connection.getIntrospectionForEntity":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/introspection/:entity","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionIntrospectionEntity"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"entity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getIntrospection":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/introspection","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionIntrospectionEntities"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getRedirect":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/redirect","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionRedirectResponse"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.delete":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.update":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ConnectionUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.get":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Connection"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getForm":{"path":"/backend/connection/form","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getClasses":{"path":"/backend/connection/list","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionIndex"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.create":{"path":"/backend/connection","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_ConnectionCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getAll":{"path":"/backend/connection","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.config.update":{"path":"/backend/config/$config_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"config_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ConfigUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.config.get":{"path":"/backend/config/$config_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Config"}},"arguments":{"config_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.config.getAll":{"path":"/backend/config","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConfigCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.category.delete":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.update":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_CategoryUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.get":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Category"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.create":{"path":"/backend/category","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_CategoryCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.getAll":{"path":"/backend/category","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_CategoryCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.audit.get":{"path":"/backend/audit/$audit_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Audit"}},"arguments":{"audit_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.audit"],"authorization":true,"tags":["audit"]},"backend.audit.getAll":{"path":"/backend/audit","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_AuditCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"event":{"in":"query","schema":{"type":"string"}},"ip":{"in":"query","schema":{"type":"string"}},"message":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.audit"],"authorization":true,"tags":["audit"]},"backend.app.deleteToken":{"path":"/backend/app/$app_id\u003c[0-9]+\u003e/token/:token_id","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.delete":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.update":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_AppUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.get":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_App"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.create":{"path":"/backend/app","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_AppCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.getAll":{"path":"/backend/app","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_AppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.action.delete":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.update":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ActionUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.get":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Action"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.execute":{"path":"/backend/action/execute/:action_id","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_ActionExecuteResponse"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ActionExecuteRequest"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getForm":{"path":"/backend/action/form","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getClasses":{"path":"/backend/action/list","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ActionIndex"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.create":{"path":"/backend/action","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_ActionCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getAll":{"path":"/backend/action","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ActionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.account.changePassword":{"path":"/backend/account/change_password","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_AccountChangePassword"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]},"backend.account.update":{"path":"/backend/account","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_UserUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]},"backend.account.get":{"path":"/backend/account","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_User"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]}},"definitions":{"Backend_AccountChangePassword":{"type":"object","properties":{"oldPassword":{"type":"string","minLength":8,"maxLength":128},"newPassword":{"type":"string","minLength":8,"maxLength":128},"verifyPassword":{"type":"string","minLength":8,"maxLength":128}}},"Backend_Action":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"class":{"type":"string"},"async":{"type":"boolean"},"config":{"$ref":"Backend_ActionConfig"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_ActionCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Action"}},"Backend_ActionConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ActionCreate":{"$extends":"Backend_Action","type":"object","required":["name"]},"Backend_ActionExecuteRequest":{"type":"object","properties":{"method":{"type":"string","pattern":"GET|POST|PUT|PATCH|DELETE"},"uriFragments":{"type":"string"},"parameters":{"type":"string"},"headers":{"type":"string"},"body":{"$ref":"Backend_ActionExecuteRequestBody"}},"required":["method"]},"Backend_ActionExecuteRequestBody":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ActionExecuteResponse":{"type":"object","properties":{"statusCode":{"type":"integer"},"headers":{"$ref":"Backend_ActionExecuteResponseHeaders"},"body":{"$ref":"Backend_ActionExecuteResponseBody"}}},"Backend_ActionExecuteResponseBody":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ActionExecuteResponseHeaders":{"type":"object","additionalProperties":{"type":"string"}},"Backend_ActionIndex":{"type":"object","properties":{"actions":{"type":"array","items":{"$ref":"Backend_ActionIndexEntry"}}}},"Backend_ActionIndexEntry":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_ActionUpdate":{"$extends":"Backend_Action","type":"object"},"Backend_App":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"url":{"type":"string"},"parameters":{"type":"string"},"appKey":{"type":"string"},"appSecret":{"type":"string"},"metadata":{"$ref":"Common_Metadata"},"date":{"format":"date-time","type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"tokens":{"type":"array","items":{"$ref":"Backend_Token"}}}},"Backend_AppCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_App"}},"Backend_AppCreate":{"$extends":"Backend_App","type":"object","required":["userId","name","url","scopes"]},"Backend_AppUpdate":{"$extends":"Backend_App","type":"object"},"Backend_Audit":{"type":"object","properties":{"id":{"type":"integer"},"app":{"$ref":"Backend_App"},"user":{"$ref":"Backend_User"},"event":{"type":"string"},"ip":{"type":"string"},"message":{"type":"string"},"content":{"$ref":"Backend_AuditObject"},"date":{"format":"date-time","type":"string"}}},"Backend_AuditCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Audit"}},"Backend_AuditObject":{"description":"A key value object containing the changes","type":"object","additionalProperties":{"type":"any"}},"Backend_BackupExport":{"type":"object","properties":{"export":{"type":"string"}}},"Backend_BackupImport":{"type":"object","properties":{"import":{"type":"string"}}},"Backend_BackupImportResult":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"logs":{"type":"array","items":{"type":"string"}}}},"Backend_Category":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"}}},"Backend_CategoryCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Category"}},"Backend_CategoryCreate":{"$extends":"Backend_Category","type":"object","required":["name"]},"Backend_CategoryUpdate":{"$extends":"Backend_Category","type":"object"},"Backend_Config":{"type":"object","properties":{"id":{"type":"integer"},"type":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"value":{"type":"any"}}},"Backend_ConfigCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Config"}},"Backend_ConfigUpdate":{"$extends":"Backend_Config","type":"object"},"Backend_Connection":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"class":{"type":"string"},"oauth2":{"description":"Indicates whether it is possible to start an OAuth2 authorization code flow on this connection","type":"boolean"},"config":{"$ref":"Backend_ConnectionConfig"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_ConnectionCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Connection"}},"Backend_ConnectionConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ConnectionCreate":{"$extends":"Backend_Connection","type":"object"},"Backend_ConnectionIndex":{"type":"object","properties":{"connections":{"type":"array","items":{"$ref":"Backend_ConnectionIndexEntry"}}}},"Backend_ConnectionIndexEntry":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_ConnectionIntrospectionEntities":{"type":"object","properties":{"entities":{"type":"array","items":{"type":"string"}}}},"Backend_ConnectionIntrospectionEntity":{"type":"object","properties":{"name":{"type":"string"},"headers":{"type":"array","items":{"type":"string"}},"rows":{"type":"array","items":{"$ref":"Backend_ConnectionIntrospectionEntityRow"}}}},"Backend_ConnectionIntrospectionEntityRow":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"Backend_ConnectionRedirectResponse":{"type":"object","properties":{"redirectUri":{"type":"string"}}},"Backend_ConnectionUpdate":{"$extends":"Backend_Connection","type":"object"},"Backend_Cronjob":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"cron":{"type":"string"},"action":{"type":"string"},"executeDate":{"format":"date-time","type":"string"},"exitCode":{"type":"integer"},"metadata":{"$ref":"Common_Metadata"},"errors":{"type":"array","items":{"$ref":"Backend_CronjobError"}}}},"Backend_CronjobCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Cronjob"}},"Backend_CronjobCreate":{"$extends":"Backend_Cronjob","type":"object","required":["name","cron","action"]},"Backend_CronjobError":{"type":"object","properties":{"message":{"type":"string"},"trace":{"type":"string"},"file":{"type":"string"},"line":{"type":"integer"}}},"Backend_CronjobUpdate":{"$extends":"Backend_Cronjob","type":"object"},"Backend_Dashboard":{"type":"object","properties":{"errorsPerOperation":{"$ref":"Backend_StatisticChart"},"incomingRequests":{"$ref":"Backend_StatisticChart"},"incomingTransactions":{"$ref":"Backend_StatisticChart"},"mostUsedOperations":{"$ref":"Backend_StatisticChart"},"timePerOperation":{"$ref":"Backend_StatisticChart"},"latestApps":{"$ref":"Backend_DashboardApps"},"latestRequests":{"$ref":"Backend_DashboardRequests"},"latestUsers":{"$ref":"Backend_DashboardUsers"},"latestTransactions":{"$ref":"Backend_DashboardTransactions"}}},"Backend_DashboardApp":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardApps":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardApp"}},"Backend_DashboardRequest":{"type":"object","properties":{"id":{"type":"integer"},"path":{"type":"string"},"ip":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardRequests":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardRequest"}},"Backend_DashboardTransaction":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"string"},"provider":{"type":"string"},"transactionId":{"type":"string"},"amount":{"type":"number"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardTransactions":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardTransaction"}},"Backend_DashboardUser":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"string"},"name":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardUsers":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardUser"}},"Backend_DatabaseConnections":{"type":"object","properties":{"connections":{"type":"array","items":{"type":"string"}}}},"Backend_DatabaseRow":{"type":"object","additionalProperties":{"type":"any"}},"Backend_DatabaseRows":{"$ref":"Common_Collection","$template":{"T":"Backend_DatabaseRow"}},"Backend_DatabaseTable":{"type":"object","properties":{"name":{"type":"string"},"columns":{"type":"array","items":{"$ref":"Backend_DatabaseTableColumn"}},"primaryKey":{"type":"string"},"indexes":{"type":"array","items":{"$ref":"Backend_DatabaseTableIndex"}},"foreignKeys":{"type":"array","items":{"$ref":"Backend_DatabaseTableForeignKeyConstraint"}}}},"Backend_DatabaseTableColumn":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"length":{"type":"integer"},"precision":{"type":"integer"},"scale":{"type":"integer"},"unsigned":{"type":"boolean"},"fixed":{"type":"boolean"},"notNull":{"type":"boolean"},"autoIncrement":{"type":"boolean"},"default":{"type":"any"},"comment":{"type":"string"}}},"Backend_DatabaseTableForeignKeyConstraint":{"type":"object","properties":{"name":{"type":"string"},"foreignTable":{"type":"string"},"localColumnNames":{"type":"array","items":{"type":"string"}},"foreignColumnNames":{"type":"array","items":{"type":"string"}}}},"Backend_DatabaseTableIndex":{"type":"object","properties":{"name":{"type":"string"},"unique":{"type":"boolean"},"columns":{"type":"array","items":{"type":"string"}}}},"Backend_DatabaseTables":{"type":"object","properties":{"tables":{"type":"array","items":{"type":"string"}}}},"Backend_Event":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\.]{3,64}$"},"description":{"type":"string"},"schema":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_EventCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Event"}},"Backend_EventCreate":{"$extends":"Backend_Event","type":"object","required":["name"]},"Backend_EventUpdate":{"$extends":"Backend_Event","type":"object"},"Backend_GeneratorIndexProvider":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_GeneratorIndexProviders":{"type":"object","properties":{"providers":{"type":"array","items":{"$ref":"Backend_GeneratorIndexProvider"}}}},"Backend_GeneratorProvider":{"type":"object","properties":{"path":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"public":{"type":"boolean"},"config":{"$ref":"Backend_GeneratorProviderConfig"}}},"Backend_GeneratorProviderChangelog":{"type":"object","properties":{"schemas":{"type":"array","items":{"$ref":"Backend_Schema"}},"actions":{"type":"array","items":{"$ref":"Backend_Action"}},"operations":{"type":"array","items":{"$ref":"Backend_Operation"}}}},"Backend_GeneratorProviderConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_Identity":{"type":"object","properties":{"id":{"type":"integer"},"appId":{"type":"integer"},"roleId":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"icon":{"type":"string"},"class":{"type":"string"},"config":{"$ref":"Backend_IdentityConfig"},"allowCreate":{"type":"boolean"}}},"Backend_IdentityCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Identity"}},"Backend_IdentityConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_IdentityCreate":{"$extends":"Backend_Identity","type":"object","required":["appId","name","icon","class"]},"Backend_IdentityIndex":{"type":"object","properties":{"providers":{"type":"array","items":{"$ref":"Backend_IdentityIndexEntry"}}}},"Backend_IdentityIndexEntry":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_IdentityUpdate":{"$extends":"Backend_Identity","type":"object"},"Backend_Log":{"type":"object","properties":{"id":{"type":"integer"},"ip":{"type":"string"},"userAgent":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"header":{"type":"string"},"body":{"type":"string"},"date":{"format":"date-time","type":"string"},"errors":{"type":"array","items":{"$ref":"Backend_LogError"}}}},"Backend_LogCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Log"}},"Backend_LogError":{"type":"object","properties":{"id":{"type":"integer"},"message":{"type":"integer"},"trace":{"type":"string"},"file":{"type":"string"},"line":{"type":"integer"}}},"Backend_LogErrorCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_LogError"}},"Backend_Operation":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"active":{"type":"boolean"},"public":{"type":"boolean"},"stability":{"type":"integer"},"description":{"type":"string"},"httpMethod":{"type":"string"},"httpPath":{"type":"string"},"httpCode":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\_\\.]{3,64}$"},"parameters":{"$ref":"Backend_OperationParameters"},"incoming":{"type":"string"},"outgoing":{"type":"string"},"throws":{"$ref":"Backend_OperationThrows"},"action":{"type":"string"},"costs":{"type":"integer"},"scopes":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_OperationCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Operation"}},"Backend_OperationCreate":{"$extends":"Backend_Operation","type":"object","required":["httpMethod","httpPath","httpCode","name","outgoing","action"]},"Backend_OperationParameters":{"type":"object","additionalProperties":{"$ref":"Backend_OperationSchema"}},"Backend_OperationSchema":{"type":"object","properties":{"description":{"type":"string"},"type":{"type":"string"},"format":{"type":"string"},"enum":{"type":"string"}}},"Backend_OperationThrows":{"type":"object","additionalProperties":{"type":"string"}},"Backend_OperationUpdate":{"$extends":"Backend_Operation","type":"object"},"Backend_Page":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"content":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_PageCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Page"}},"Backend_PageCreate":{"$extends":"Backend_Page","type":"object","required":["title","content"]},"Backend_PageUpdate":{"$extends":"Backend_Page","type":"object"},"Backend_Plan":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"points":{"type":"integer"},"period":{"type":"integer"},"externalId":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_PlanCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Plan"}},"Backend_PlanCreate":{"$extends":"Backend_Plan","type":"object","required":["name","price"]},"Backend_PlanUpdate":{"$extends":"Backend_Plan","type":"object"},"Backend_Rate":{"type":"object","properties":{"id":{"type":"integer"},"priority":{"type":"integer","minimum":0},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"rateLimit":{"type":"integer","minimum":0},"timespan":{"format":"duration","type":"string"},"allocation":{"type":"array","items":{"$ref":"Backend_RateAllocation"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_RateAllocation":{"type":"object","properties":{"id":{"type":"integer"},"operationId":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"appId":{"type":"integer"},"authenticated":{"type":"boolean"}}},"Backend_RateCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Rate"}},"Backend_RateCreate":{"$extends":"Backend_Rate","type":"object","required":["name"]},"Backend_RateUpdate":{"$extends":"Backend_Rate","type":"object"},"Backend_Role":{"type":"object","properties":{"id":{"type":"integer"},"categoryId":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"scopes":{"type":"array","items":{"type":"string"}}}},"Backend_RoleCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Role"}},"Backend_RoleCreate":{"$extends":"Backend_Role","type":"object","required":["categoryId","name"]},"Backend_RoleUpdate":{"$extends":"Backend_Role","type":"object"},"Backend_Schema":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"source":{"$ref":"Backend_SchemaSource"},"form":{"$ref":"Backend_SchemaForm"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_SchemaCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Schema"}},"Backend_SchemaCreate":{"$extends":"Backend_Schema","type":"object","required":["name"]},"Backend_SchemaForm":{"description":"Contains a UI vocabulary to describe the UI of the schema","type":"object","additionalProperties":{"type":"any"}},"Backend_SchemaPreviewResponse":{"type":"object","properties":{"preview":{"type":"string"}}},"Backend_SchemaSource":{"description":"Contains the TypeSchema specification","type":"object","additionalProperties":{"type":"any"}},"Backend_SchemaUpdate":{"$extends":"Backend_Schema","type":"object"},"Backend_Scope":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\.]{3,64}$"},"description":{"type":"string"},"operations":{"type":"array","items":{"$ref":"Backend_ScopeOperation"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_ScopeCategories":{"type":"object","properties":{"categories":{"type":"array","items":{"$ref":"Backend_ScopeCategory"}}}},"Backend_ScopeCategory":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","items":{"$ref":"Backend_ScopeCategoryScope"}}}},"Backend_ScopeCategoryScope":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"}}},"Backend_ScopeCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Scope"}},"Backend_ScopeCreate":{"$extends":"Backend_Scope","type":"object","required":["name"]},"Backend_ScopeOperation":{"type":"object","properties":{"operationId":{"type":"integer"},"allow":{"type":"boolean"}}},"Backend_ScopeUpdate":{"$extends":"Backend_Scope","type":"object"},"Backend_SdkGenerate":{"type":"object","properties":{"format":{"type":"string"},"config":{"type":"string"}}},"Backend_SdkMessage":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"link":{"type":"string"}}},"Backend_SdkResponse":{"type":"object","properties":{"types":{"$ref":"Backend_SdkTypes"}}},"Backend_SdkTypes":{"type":"object","additionalProperties":{"type":"string"}},"Backend_StatisticChart":{"type":"object","properties":{"labels":{"type":"array","items":{"type":"string"}},"data":{"type":"array","items":{"$ref":"Backend_StatisticChartData"}},"series":{"type":"array","items":{"type":"string"}}}},"Backend_StatisticChartData":{"type":"object","additionalProperties":{"type":"any"}},"Backend_StatisticCount":{"type":"object","properties":{"count":{"type":"integer"},"from":{"format":"date-time","type":"string"},"to":{"format":"date-time","type":"string"}}},"Backend_Token":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"ip":{"type":"string"},"expire":{"format":"date-time","type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_TokenCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Token"}},"Backend_Transaction":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"transactionId":{"type":"string"},"amount":{"type":"number"},"points":{"type":"number"},"periodStart":{"format":"date-time","type":"string"},"periodEnd":{"format":"date-time","type":"string"},"insertDate":{"format":"date-time","type":"string"}}},"Backend_TransactionCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Transaction"}},"Backend_TrashData":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"}}},"Backend_TrashDataCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_TrashData"}},"Backend_TrashRestore":{"type":"object","properties":{"id":{"type":"integer"}}},"Backend_TrashTypes":{"type":"object","properties":{"types":{"type":"array","items":{"type":"string"}}}},"Backend_User":{"type":"object","properties":{"id":{"type":"integer"},"roleId":{"type":"integer"},"planId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\.]{3,32}$"},"email":{"type":"string"},"points":{"type":"integer"},"scopes":{"type":"array","items":{"type":"string"}},"apps":{"type":"array","items":{"$ref":"Backend_App"}},"metadata":{"$ref":"Common_Metadata"},"date":{"format":"date-time","type":"string"}}},"Backend_UserCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_User"}},"Backend_UserCreate":{"$extends":"Backend_User","type":"object","properties":{"password":{"type":"string"}},"required":["roleId","status","name","email","password"]},"Backend_UserUpdate":{"$extends":"Backend_User","type":"object"},"Backend_Webhook":{"type":"object","properties":{"id":{"type":"integer"},"eventId":{"type":"integer"},"userId":{"type":"integer"},"name":{"type":"string"},"endpoint":{"type":"string"},"responses":{"type":"array","items":{"$ref":"Backend_WebhookResponse"}}}},"Backend_WebhookCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Webhook"}},"Backend_WebhookCreate":{"$extends":"Backend_Webhook","type":"object","required":["eventId","userId","name","endpoint"]},"Backend_WebhookResponse":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"code":{"type":"integer"},"attempts":{"type":"integer"},"error":{"type":"string"},"executeDate":{"format":"date-time","type":"string"}}},"Backend_WebhookUpdate":{"$extends":"Backend_Webhook","type":"object"},"Common_Collection":{"type":"object","properties":{"totalResults":{"type":"integer"},"startIndex":{"type":"integer"},"itemsPerPage":{"type":"integer"},"entry":{"type":"array","items":{"$generic":"T"}}}},"Common_FormContainer":{"type":"object","properties":{"element":{"type":"array","items":{"oneOf":[{"$ref":"Common_FormElementInput"},{"$ref":"Common_FormElementSelect"},{"$ref":"Common_FormElementTag"},{"$ref":"Common_FormElementTextArea"}]}}}},"Common_FormElement":{"type":"object","properties":{"element":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"help":{"type":"string"}},"required":["element"]},"Common_FormElementInput":{"$extends":"Common_FormElement","type":"object","properties":{"type":{"type":"string"}}},"Common_FormElementSelect":{"$extends":"Common_FormElement","type":"object","properties":{"options":{"type":"array","items":{"$ref":"Common_FormElementSelectOption"}}}},"Common_FormElementSelectOption":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Common_FormElementTag":{"$extends":"Common_FormElement","type":"object"},"Common_FormElementTextArea":{"$extends":"Common_FormElement","type":"object","properties":{"mode":{"type":"string"}}},"Common_Message":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"id":{"type":"string"}}},"Common_Metadata":{"type":"object","additionalProperties":{"type":"string"}},"Consumer_App":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"url":{"type":"string","minLength":8},"appKey":{"type":"string"},"appSecret":{"type":"string"},"date":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_AppCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_App"}},"Consumer_AppCreate":{"type":"object","properties":{"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"url":{"type":"string","minLength":8},"scopes":{"type":"array","items":{"type":"string"}}},"required":["name","url","scopes"]},"Consumer_AppUpdate":{"type":"object","properties":{"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"url":{"type":"string","minLength":8},"scopes":{"type":"array","items":{"type":"string"}}},"required":["name","url","scopes"]},"Consumer_AuthorizeMeta":{"type":"object","properties":{"name":{"type":"string"},"url":{"type":"string"},"scopes":{"type":"array","items":{"$ref":"Consumer_Scope"}}}},"Consumer_AuthorizeRequest":{"type":"object","properties":{"responseType":{"type":"string"},"clientId":{"type":"string"},"redirectUri":{"type":"string"},"scope":{"type":"string"},"state":{"type":"string"},"allow":{"type":"boolean"}},"required":["responseType","clientId","scope","allow"]},"Consumer_AuthorizeResponse":{"type":"object","properties":{"type":{"type":"string"},"token":{"$ref":"Consumer_AuthorizeResponseToken"},"code":{"type":"string"},"redirectUri":{"type":"string"}}},"Consumer_AuthorizeResponseToken":{"type":"object","properties":{"access_token":{"type":"string"},"token_type":{"type":"string"},"expires_in":{"type":"string"},"scope":{"type":"string"}}},"Consumer_Event":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_EventCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Event"}},"Consumer_Grant":{"type":"object","properties":{"id":{"type":"integer"},"app":{"$ref":"Consumer_App"},"createDate":{"format":"date-time","type":"string"}}},"Consumer_GrantCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Grant"}},"Consumer_Identity":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"icon":{"type":"string"},"redirect":{"type":"string"}}},"Consumer_IdentityCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Identity"}},"Consumer_Log":{"type":"object","properties":{"id":{"type":"integer"},"appId":{"type":"integer"},"ip":{"type":"string"},"userAgent":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"header":{"type":"string"},"body":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Consumer_LogCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Log"}},"Consumer_Page":{"type":"object","properties":{"id":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"content":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_PageCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Page"}},"Consumer_PaymentCheckoutRequest":{"type":"object","properties":{"planId":{"type":"integer"},"returnUrl":{"type":"string"}}},"Consumer_PaymentCheckoutResponse":{"type":"object","properties":{"approvalUrl":{"type":"string"}}},"Consumer_PaymentPortalRequest":{"type":"object","properties":{"returnUrl":{"type":"string"}}},"Consumer_PaymentPortalResponse":{"type":"object","properties":{"redirectUrl":{"type":"string"}}},"Consumer_Plan":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"points":{"type":"integer"},"period":{"type":"integer"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_PlanCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Plan"}},"Consumer_Scope":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"description":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_ScopeCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Scope"}},"Consumer_Token":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"ip":{"type":"string"},"expire":{"format":"date","type":"string"},"date":{"format":"date-time","type":"string"}}},"Consumer_TokenAccessToken":{"type":"object","properties":{"access_token":{"type":"string"},"token_type":{"type":"string"},"expires_in":{"type":"integer"},"refresh_token":{"type":"string"},"scope":{"type":"string"}}},"Consumer_TokenCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Token"}},"Consumer_TokenCreate":{"type":"object","properties":{"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"expire":{"format":"date","type":"string"}},"required":["name","scopes","expire"]},"Consumer_TokenUpdate":{"type":"object","properties":{"name":{"type":"string"},"expire":{"format":"date","type":"string"}},"required":["name","expire"]},"Consumer_Transaction":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"plan":{"$ref":"Consumer_Plan"},"transactionId":{"type":"string"},"amount":{"type":"number"},"points":{"type":"number"},"periodStart":{"format":"date-time","type":"string"},"periodEnd":{"format":"date-time","type":"string"},"insertDate":{"format":"date-time","type":"string"}}},"Consumer_TransactionCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Transaction"}},"Consumer_UserAccount":{"type":"object","properties":{"id":{"type":"integer"},"planId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"email":{"type":"string"},"points":{"type":"integer"},"scopes":{"type":"array","items":{"type":"string"}},"plans":{"type":"array","items":{"$ref":"Consumer_UserPlan"}},"metadata":{"$ref":"Common_Metadata"},"date":{"format":"date-time","type":"string"}}},"Consumer_UserActivate":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]},"Consumer_UserEmail":{"type":"object","properties":{"email":{"type":"string"},"captcha":{"type":"string"}},"required":["email"]},"Consumer_UserJWT":{"type":"object","properties":{"token":{"type":"string"},"expires_in":{"type":"integer"},"refresh_token":{"type":"string"},"scope":{"type":"string"}}},"Consumer_UserLogin":{"type":"object","properties":{"username":{"type":"string"},"password":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}}}},"Consumer_UserPasswordReset":{"type":"object","properties":{"token":{"type":"string"},"newPassword":{"type":"string"}},"required":["token","newPassword"]},"Consumer_UserPlan":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"price":{"type":"integer"},"points":{"type":"integer"},"period":{"type":"integer"}}},"Consumer_UserRefresh":{"type":"object","properties":{"refresh_token":{"type":"string"}}},"Consumer_UserRegister":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"password":{"type":"string"},"captcha":{"type":"string"}},"required":["name","email","password"]},"Consumer_Webhook":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"},"responses":{"type":"array","items":{"$ref":"Consumer_WebhookResponse"}}}},"Consumer_WebhookCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Webhook"}},"Consumer_WebhookCreate":{"type":"object","properties":{"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"}},"required":["event","name","endpoint"]},"Consumer_WebhookResponse":{"type":"object","properties":{"status":{"type":"integer"},"code":{"type":"integer"},"attempts":{"type":"string"},"executeDate":{"type":"string"}}},"Consumer_WebhookUpdate":{"type":"object","properties":{"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"}},"required":["event","name","endpoint"]},"MarketplaceAction":{"$extends":"MarketplaceObject","type":"object","properties":{"class":{"type":"string"},"config":{"$ref":"MarketplaceActionConfig"}}},"MarketplaceActionCollection":{"$ref":"MarketplaceCollection","$template":{"T":"MarketplaceAction"}},"MarketplaceActionConfig":{"type":"object","additionalProperties":{"type":"any"}},"MarketplaceApp":{"$extends":"MarketplaceObject","type":"object","properties":{"scopes":{"type":"array","items":{"type":"string"}},"downloadUrl":{"type":"string"},"hash":{"type":"string"}}},"MarketplaceAppCollection":{"$ref":"MarketplaceCollection","$template":{"T":"MarketplaceApp"}},"MarketplaceCollection":{"type":"object","properties":{"totalResults":{"type":"integer"},"startIndex":{"type":"integer"},"itemsPerPage":{"type":"integer"},"entry":{"type":"array","items":{"$generic":"T"}}}},"MarketplaceInstall":{"type":"object","properties":{"name":{"type":"string"}}},"MarketplaceMessage":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}}},"MarketplaceObject":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"author":{"$ref":"MarketplaceUser"},"version":{"type":"string"},"icon":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"cost":{"type":"integer"},"updateDate":{"format":"date-time","type":"string"},"insertDate":{"format":"date-time","type":"string"}}},"MarketplaceUser":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"verified":{"type":"boolean"}}},"Passthru":{"description":"No schema information available","type":"object","additionalProperties":{"type":"any"}},"System_About":{"type":"object","properties":{"apiVersion":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"termsOfService":{"type":"string"},"contactName":{"type":"string"},"contactUrl":{"type":"string"},"contactEmail":{"type":"string"},"licenseName":{"type":"string"},"licenseUrl":{"type":"string"},"paymentCurrency":{"type":"string"},"categories":{"type":"array","items":{"type":"string"}},"scopes":{"type":"array","items":{"type":"string"}},"apps":{"$ref":"System_AboutApps"},"links":{"type":"array","items":{"$ref":"System_AboutLink"}}}},"System_AboutApps":{"type":"object","additionalProperties":{"type":"string"}},"System_AboutLink":{"type":"object","properties":{"rel":{"type":"string"},"href":{"type":"string"}}},"System_HealthCheck":{"type":"object","properties":{"healthy":{"type":"boolean"},"error":{"type":"string"}}},"System_OAuthConfiguration":{"type":"object","properties":{"issuer":{"type":"string"},"token_endpoint":{"type":"string"},"token_endpoint_auth_methods_supported":{"type":"array","items":{"type":"string"}},"userinfo_endpoint":{"type":"string"},"scopes_supported":{"type":"array","items":{"type":"string"}},"claims_supported":{"type":"array","items":{"type":"string"}}}},"System_Route":{"type":"object","properties":{"routes":{"$ref":"System_RoutePath"}}},"System_RouteMethod":{"type":"object","additionalProperties":{"type":"string"}},"System_RoutePath":{"type":"object","additionalProperties":{"$ref":"System_RouteMethod"}},"System_Schema":{"type":"object","properties":{"schema":{"$ref":"System_SchemaTypeSchema"},"form":{"$ref":"System_SchemaForm"}}},"System_SchemaForm":{"type":"object","additionalProperties":{"type":"any"}},"System_SchemaTypeSchema":{"type":"object","additionalProperties":{"type":"any"}}}}} \ No newline at end of file +{"fusio/sdk":{"operations":{"authorization.getWhoami":{"path":"/authorization/whoami","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_User"}},"arguments":[],"throws":[{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["authorization"],"authorization":true,"tags":["authorization"]},"authorization.revoke":{"path":"/authorization/revoke","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":[],"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["authorization"],"authorization":true,"tags":["authorization"]},"system.payment.webhook":{"path":"/system/payment/:provider/webhook","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getSchema":{"path":"/system/schema/:name","method":"GET","return":{"code":200,"schema":{"$ref":"System_Schema"}},"arguments":{"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getRoutes":{"path":"/system/route","method":"GET","return":{"code":200,"schema":{"$ref":"System_Route"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getOAuth2Configuration":{"path":"/system/oauth-authorization-server","method":"GET","return":{"code":200,"schema":{"$ref":"System_OAuthConfiguration"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getHealth":{"path":"/system/health","method":"GET","return":{"code":200,"schema":{"$ref":"System_HealthCheck"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getDebug":{"path":"/system/debug","method":"POST","return":{"code":200,"schema":{"$ref":"Passthru"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Passthru"}}},"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getAbout":{"path":"/system/about","method":"GET","return":{"code":200,"schema":{"$ref":"System_About"}},"arguments":[],"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.connection.callback":{"path":"/system/connection/:name/callback","method":"GET","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"name":{"in":"path","schema":{"type":"string"}}},"throws":[],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"consumer.identity.redirect":{"path":"/consumer/identity/:identity/redirect","method":"GET","return":{"code":200,"schema":{"$ref":"Passthru"}},"arguments":{"identity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.identity.exchange":{"path":"/consumer/identity/:identity/exchange","method":"GET","return":{"code":200,"schema":{"$ref":"Passthru"}},"arguments":{"identity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.identity.getAll":{"path":"/consumer/identity","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_IdentityCollection"}},"arguments":{"appId":{"in":"query","schema":{"type":"integer"}},"appKey":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.account.executePasswordReset":{"path":"/consumer/password_reset","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserPasswordReset"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.requestPasswordReset":{"path":"/consumer/password_reset","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserEmail"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.register":{"path":"/consumer/register","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserRegister"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.refresh":{"path":"/consumer/login","method":"PUT","return":{"code":200,"schema":{"$ref":"Consumer_UserJWT"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserRefresh"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.login":{"path":"/consumer/login","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_UserJWT"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserLogin"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.authorize":{"path":"/consumer/authorize","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_AuthorizeResponse"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_AuthorizeRequest"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.getApp":{"path":"/consumer/authorize","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_AuthorizeMeta"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.activate":{"path":"/consumer/activate","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserActivate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.changePassword":{"path":"/consumer/account/change_password","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_AccountChangePassword"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.account.update":{"path":"/consumer/account","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_UserAccount"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.account.get":{"path":"/consumer/account","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_UserAccount"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.transaction.get":{"path":"/consumer/transaction/$transaction_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Transaction"}},"arguments":{"transaction_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.transaction"],"authorization":true,"tags":["transaction"]},"consumer.transaction.getAll":{"path":"/consumer/transaction","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_TransactionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.transaction"],"authorization":true,"tags":["transaction"]},"consumer.webhook.delete":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.update":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_WebhookUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.get":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Webhook"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.create":{"path":"/consumer/webhook","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_WebhookCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.getAll":{"path":"/consumer/webhook","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_WebhookCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.token.delete":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.update":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Consumer_TokenAccessToken"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_TokenUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.get":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Token"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.create":{"path":"/consumer/token","method":"POST","return":{"code":201,"schema":{"$ref":"Consumer_TokenAccessToken"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_TokenCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.getAll":{"path":"/consumer/token","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_TokenCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.scope.getAll":{"path":"/consumer/scope","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_ScopeCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.scope"],"authorization":true,"tags":["scope"]},"consumer.plan.get":{"path":"/consumer/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Plan"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.plan"],"authorization":true,"tags":["plan"]},"consumer.plan.getAll":{"path":"/consumer/plan","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_PlanCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.plan"],"authorization":true,"tags":["plan"]},"consumer.payment.checkout":{"path":"/consumer/payment/:provider/checkout","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_PaymentCheckoutResponse"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_PaymentCheckoutRequest"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.payment"],"authorization":true,"tags":["payment"]},"consumer.payment.portal":{"path":"/consumer/payment/:provider/portal","method":"POST","return":{"code":200,"schema":{"$ref":"Consumer_PaymentPortalResponse"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_PaymentPortalRequest"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.payment"],"authorization":true,"tags":["payment"]},"consumer.page.get":{"path":"/consumer/page/:page_id","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Page"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["page"]},"consumer.page.getAll":{"path":"/consumer/page","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_PageCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["page"]},"consumer.log.get":{"path":"/consumer/log/$log_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_Log"}},"arguments":{"log_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.log"],"authorization":true,"tags":["log"]},"consumer.log.getAll":{"path":"/consumer/log","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_LogCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.log"],"authorization":true,"tags":["log"]},"consumer.grant.delete":{"path":"/consumer/grant/$grant_id\u003c[0-9]+\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"grant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.grant"],"authorization":true,"tags":["grant"]},"consumer.grant.getAll":{"path":"/consumer/grant","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_GrantCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.grant"],"authorization":true,"tags":["grant"]},"consumer.event.getAll":{"path":"/consumer/event","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_EventCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.event"],"authorization":true,"tags":["event"]},"consumer.app.delete":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.update":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Consumer_AppUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.get":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_App"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.create":{"path":"/consumer/app","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Consumer_AppCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.getAll":{"path":"/consumer/app","method":"GET","return":{"code":200,"schema":{"$ref":"Consumer_AppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"backend.webhook.delete":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.update":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_WebhookUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.get":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Webhook"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.create":{"path":"/backend/webhook","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_WebhookCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.getAll":{"path":"/backend/webhook","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_WebhookCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.user.delete":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.update":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_UserUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.get":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_User"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.create":{"path":"/backend/user","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_UserCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.getAll":{"path":"/backend/user","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_UserCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.trash.restore":{"path":"/backend/trash/:type","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"type":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_TrashRestore"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.trash.getAllByType":{"path":"/backend/trash/:type","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TrashDataCollection"}},"arguments":{"type":{"in":"path","schema":{"type":"string"}},"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.trash.getTypes":{"path":"/backend/trash","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TrashTypes"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.transaction.get":{"path":"/backend/transaction/$transaction_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Transaction"}},"arguments":{"transaction_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.transaction"],"authorization":true,"tags":["transaction"]},"backend.transaction.getAll":{"path":"/backend/transaction","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TransactionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"planId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"status":{"in":"query","schema":{"type":"string"}},"provider":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.transaction"],"authorization":true,"tags":["transaction"]},"backend.token.get":{"path":"/backend/token/$token_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Token"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.token"],"authorization":true,"tags":["token"]},"backend.token.getAll":{"path":"/backend/token","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TokenCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"status":{"in":"query","schema":{"type":"integer"}},"scope":{"in":"query","schema":{"type":"string"}},"ip":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.token"],"authorization":true,"tags":["token"]},"backend.test.update":{"path":"/backend/test/$test_id\u003c[0-9]+\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"test_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_TestConfig"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.run":{"path":"/backend/test","method":"POST","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.refresh":{"path":"/backend/test","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.get":{"path":"/backend/test/$test_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Test"}},"arguments":{"test_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.getAll":{"path":"/backend/test","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_TestCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.tenant.remove":{"path":"/backend/tenant/:tenant_id","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"tenant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.tenant"],"authorization":true,"tags":["tenant"]},"backend.tenant.setup":{"path":"/backend/tenant/:tenant_id","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"tenant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.tenant"],"authorization":true,"tags":["tenant"]},"backend.statistic.getUsedPoints":{"path":"/backend/statistic/used_points","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getTimePerOperation":{"path":"/backend/statistic/time_per_operation","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getTimeAverage":{"path":"/backend/statistic/time_average","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getMostUsedOperations":{"path":"/backend/statistic/most_used_operations","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getMostUsedApps":{"path":"/backend/statistic/most_used_apps","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIssuedTokens":{"path":"/backend/statistic/issued_tokens","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIncomingTransactions":{"path":"/backend/statistic/incoming_transactions","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIncomingRequests":{"path":"/backend/statistic/incoming_requests","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getErrorsPerOperation":{"path":"/backend/statistic/errors_per_operation","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getCountRequests":{"path":"/backend/statistic/count_requests","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_StatisticCount"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.sdk.generate":{"path":"/backend/sdk","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_SdkMessage"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_SdkGenerate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.sdk"],"authorization":true,"tags":["sdk"]},"backend.sdk.getAll":{"path":"/backend/sdk","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_SdkResponse"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.sdk"],"authorization":true,"tags":["sdk"]},"backend.scope.delete":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.update":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ScopeUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.get":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Scope"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.getCategories":{"path":"/backend/scope/categories","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ScopeCategories"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.create":{"path":"/backend/scope","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_ScopeCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.getAll":{"path":"/backend/scope","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ScopeCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.schema.delete":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.update":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_SchemaUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.get":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Schema"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.updateForm":{"path":"/backend/schema/form/$schema_id\u003c[0-9]+\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_SchemaForm"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.getPreview":{"path":"/backend/schema/preview/:schema_id","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_SchemaPreviewResponse"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.create":{"path":"/backend/schema","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_SchemaCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.getAll":{"path":"/backend/schema","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_SchemaCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.operation.delete":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.update":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_OperationUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.get":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Operation"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.create":{"path":"/backend/operation","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_OperationCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.getAll":{"path":"/backend/operation","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_OperationCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.role.delete":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.update":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_RoleUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.get":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Role"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.create":{"path":"/backend/role","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_RoleCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.getAll":{"path":"/backend/role","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_RoleCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.rate.delete":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.update":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_RateUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.get":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Rate"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.create":{"path":"/backend/rate","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_RateCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.getAll":{"path":"/backend/rate","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_RateCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.plan.delete":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.update":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_PlanUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.get":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Plan"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.create":{"path":"/backend/plan","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_PlanCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.getAll":{"path":"/backend/plan","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_PlanCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.page.delete":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.update":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_PageUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.get":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Page"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.create":{"path":"/backend/page","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_PageCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.getAll":{"path":"/backend/page","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_PageCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.marketplace.app.upgrade":{"path":"/backend/marketplace/app/:user/:name","method":"PUT","return":{"code":200,"schema":{"$ref":"MarketplaceMessage"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"MarketplaceMessage"}},{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":404,"schema":{"$ref":"MarketplaceMessage"}},{"code":410,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.app.get":{"path":"/backend/marketplace/app/:user/:name","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceApp"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":404,"schema":{"$ref":"MarketplaceMessage"}},{"code":410,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.app.install":{"path":"/backend/marketplace/app","method":"POST","return":{"code":201,"schema":{"$ref":"MarketplaceMessage"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"MarketplaceInstall"}}},"throws":[{"code":400,"schema":{"$ref":"MarketplaceMessage"}},{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.app.getAll":{"path":"/backend/marketplace/app","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceAppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"query":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.action.upgrade":{"path":"/backend/marketplace/action/:user/:name","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.action.get":{"path":"/backend/marketplace/action/:user/:name","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceAction"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":404,"schema":{"$ref":"MarketplaceMessage"}},{"code":410,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.action.install":{"path":"/backend/marketplace/action","method":"POST","return":{"code":201,"schema":{"$ref":"MarketplaceMessage"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"MarketplaceInstall"}}},"throws":[{"code":400,"schema":{"$ref":"MarketplaceMessage"}},{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.action.getAll":{"path":"/backend/marketplace/action","method":"GET","return":{"code":200,"schema":{"$ref":"MarketplaceActionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"query":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"MarketplaceMessage"}},{"code":500,"schema":{"$ref":"MarketplaceMessage"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.log.get":{"path":"/backend/log/$log_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Log"}},"arguments":{"log_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getAll":{"path":"/backend/log","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_LogCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"routeId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getError":{"path":"/backend/log/error/$error_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_LogError"}},"arguments":{"error_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getAllErrors":{"path":"/backend/log/error","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_LogErrorCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.identity.delete":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.update":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_IdentityUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.get":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Identity"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getForm":{"path":"/backend/identity/form","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getClasses":{"path":"/backend/identity/list","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_IdentityIndex"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.create":{"path":"/backend/identity","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_IdentityCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getAll":{"path":"/backend/identity","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_IdentityCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.generator.getChangelog":{"path":"/backend/generator/:provider","method":"PUT","return":{"code":200,"schema":{"$ref":"Backend_GeneratorProviderChangelog"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_GeneratorProviderConfig"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.executeProvider":{"path":"/backend/generator/:provider","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_GeneratorProvider"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.getForm":{"path":"/backend/generator/:provider","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.getClasses":{"path":"/backend/generator","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_GeneratorIndexProviders"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.backup.import":{"path":"/backend/backup/import","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_BackupImportResult"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_BackupImport"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.backup"],"authorization":true,"tags":["backup"]},"backend.backup.export":{"path":"/backend/backup/export","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_BackupExport"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.backup"],"authorization":true,"tags":["backup"]},"backend.event.delete":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.update":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_EventUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.get":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Event"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.create":{"path":"/backend/event","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_EventCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.getAll":{"path":"/backend/event","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_EventCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.database.deleteRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.updateRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseRow"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.createRow":{"path":"/backend/database/:connection_id/:table_name/rows","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseRow"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseRow"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getRows":{"path":"/backend/database/:connection_id/:table_name/rows","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseRows"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"filterBy":{"in":"query","schema":{"type":"string"}},"filterOp":{"in":"query","schema":{"type":"string"}},"filterValue":{"in":"query","schema":{"type":"string"}},"sortBy":{"in":"query","schema":{"type":"string"}},"sortOrder":{"in":"query","schema":{"type":"string"}},"columns":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.deleteTable":{"path":"/backend/database/:connection_id/:table_name","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.updateTable":{"path":"/backend/database/:connection_id/:table_name","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseTable"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.createTable":{"path":"/backend/database/:connection_id","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_DatabaseTable"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getTable":{"path":"/backend/database/:connection_id/:table_name","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseTable"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getTables":{"path":"/backend/database/:connection_id","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseTables"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getConnections":{"path":"/backend/database","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_DatabaseConnections"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.dashboard.getAll":{"path":"/backend/dashboard","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Dashboard"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.dashboard"],"authorization":true,"tags":["dashboard"]},"backend.cronjob.delete":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.update":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_CronjobUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.get":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Cronjob"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.create":{"path":"/backend/cronjob","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_CronjobCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.getAll":{"path":"/backend/cronjob","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_CronjobCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.connection.getIntrospectionForEntity":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/introspection/:entity","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionIntrospectionEntity"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"entity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getIntrospection":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/introspection","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionIntrospectionEntities"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getRedirect":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/redirect","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionRedirectResponse"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.delete":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.update":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ConnectionUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.get":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Connection"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getForm":{"path":"/backend/connection/form","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getClasses":{"path":"/backend/connection/list","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionIndex"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.create":{"path":"/backend/connection","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_ConnectionCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getAll":{"path":"/backend/connection","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConnectionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.config.update":{"path":"/backend/config/$config_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"config_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ConfigUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.config.get":{"path":"/backend/config/$config_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Config"}},"arguments":{"config_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.config.getAll":{"path":"/backend/config","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ConfigCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.category.delete":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.update":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_CategoryUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.get":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Category"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.create":{"path":"/backend/category","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_CategoryCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.getAll":{"path":"/backend/category","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_CategoryCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.audit.get":{"path":"/backend/audit/$audit_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Audit"}},"arguments":{"audit_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.audit"],"authorization":true,"tags":["audit"]},"backend.audit.getAll":{"path":"/backend/audit","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_AuditCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"event":{"in":"query","schema":{"type":"string"}},"ip":{"in":"query","schema":{"type":"string"}},"message":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.audit"],"authorization":true,"tags":["audit"]},"backend.app.deleteToken":{"path":"/backend/app/$app_id\u003c[0-9]+\u003e/token/:token_id","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.delete":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.update":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_AppUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.get":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_App"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.create":{"path":"/backend/app","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_AppCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.getAll":{"path":"/backend/app","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_AppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.action.delete":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":404,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.update":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ActionUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.get":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_Action"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":404,"schema":{"$ref":"Common_Message"}},{"code":410,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.execute":{"path":"/backend/action/execute/:action_id","method":"POST","return":{"code":200,"schema":{"$ref":"Backend_ActionExecuteResponse"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"$ref":"Backend_ActionExecuteRequest"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getForm":{"path":"/backend/action/form","method":"GET","return":{"code":200,"schema":{"$ref":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getClasses":{"path":"/backend/action/list","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ActionIndex"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.create":{"path":"/backend/action","method":"POST","return":{"code":201,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_ActionCreate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getAll":{"path":"/backend/action","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_ActionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.account.changePassword":{"path":"/backend/account/change_password","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_AccountChangePassword"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]},"backend.account.update":{"path":"/backend/account","method":"PUT","return":{"code":200,"schema":{"$ref":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"$ref":"Backend_UserUpdate"}}},"throws":[{"code":400,"schema":{"$ref":"Common_Message"}},{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]},"backend.account.get":{"path":"/backend/account","method":"GET","return":{"code":200,"schema":{"$ref":"Backend_User"}},"arguments":[],"throws":[{"code":401,"schema":{"$ref":"Common_Message"}},{"code":500,"schema":{"$ref":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]}},"definitions":{"Backend_AccountChangePassword":{"type":"object","properties":{"oldPassword":{"type":"string","minLength":8,"maxLength":128},"newPassword":{"type":"string","minLength":8,"maxLength":128},"verifyPassword":{"type":"string","minLength":8,"maxLength":128}}},"Backend_Action":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"class":{"type":"string"},"async":{"type":"boolean"},"config":{"$ref":"Backend_ActionConfig"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_ActionCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Action"}},"Backend_ActionConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ActionCreate":{"$extends":"Backend_Action","type":"object","required":["name"]},"Backend_ActionExecuteRequest":{"type":"object","properties":{"method":{"type":"string","pattern":"GET|POST|PUT|PATCH|DELETE"},"uriFragments":{"type":"string"},"parameters":{"type":"string"},"headers":{"type":"string"},"body":{"$ref":"Backend_ActionExecuteRequestBody"}},"required":["method"]},"Backend_ActionExecuteRequestBody":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ActionExecuteResponse":{"type":"object","properties":{"statusCode":{"type":"integer"},"headers":{"$ref":"Backend_ActionExecuteResponseHeaders"},"body":{"$ref":"Backend_ActionExecuteResponseBody"}}},"Backend_ActionExecuteResponseBody":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ActionExecuteResponseHeaders":{"type":"object","additionalProperties":{"type":"string"}},"Backend_ActionIndex":{"type":"object","properties":{"actions":{"type":"array","items":{"$ref":"Backend_ActionIndexEntry"}}}},"Backend_ActionIndexEntry":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_ActionUpdate":{"$extends":"Backend_Action","type":"object"},"Backend_App":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"url":{"type":"string"},"parameters":{"type":"string"},"appKey":{"type":"string"},"appSecret":{"type":"string"},"metadata":{"$ref":"Common_Metadata"},"date":{"format":"date-time","type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"tokens":{"type":"array","items":{"$ref":"Backend_Token"}}}},"Backend_AppCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_App"}},"Backend_AppCreate":{"$extends":"Backend_App","type":"object","required":["userId","name","url","scopes"]},"Backend_AppUpdate":{"$extends":"Backend_App","type":"object"},"Backend_Audit":{"type":"object","properties":{"id":{"type":"integer"},"app":{"$ref":"Backend_App"},"user":{"$ref":"Backend_User"},"event":{"type":"string"},"ip":{"type":"string"},"message":{"type":"string"},"content":{"$ref":"Backend_AuditObject"},"date":{"format":"date-time","type":"string"}}},"Backend_AuditCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Audit"}},"Backend_AuditObject":{"description":"A key value object containing the changes","type":"object","additionalProperties":{"type":"any"}},"Backend_BackupExport":{"type":"object","properties":{"export":{"type":"string"}}},"Backend_BackupImport":{"type":"object","properties":{"import":{"type":"string"}}},"Backend_BackupImportResult":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"logs":{"type":"array","items":{"type":"string"}}}},"Backend_Category":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"}}},"Backend_CategoryCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Category"}},"Backend_CategoryCreate":{"$extends":"Backend_Category","type":"object","required":["name"]},"Backend_CategoryUpdate":{"$extends":"Backend_Category","type":"object"},"Backend_Config":{"type":"object","properties":{"id":{"type":"integer"},"type":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"value":{"type":"any"}}},"Backend_ConfigCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Config"}},"Backend_ConfigUpdate":{"$extends":"Backend_Config","type":"object"},"Backend_Connection":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"class":{"type":"string"},"oauth2":{"description":"Indicates whether it is possible to start an OAuth2 authorization code flow on this connection","type":"boolean"},"config":{"$ref":"Backend_ConnectionConfig"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_ConnectionCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Connection"}},"Backend_ConnectionConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_ConnectionCreate":{"$extends":"Backend_Connection","type":"object"},"Backend_ConnectionIndex":{"type":"object","properties":{"connections":{"type":"array","items":{"$ref":"Backend_ConnectionIndexEntry"}}}},"Backend_ConnectionIndexEntry":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_ConnectionIntrospectionEntities":{"type":"object","properties":{"entities":{"type":"array","items":{"type":"string"}}}},"Backend_ConnectionIntrospectionEntity":{"type":"object","properties":{"name":{"type":"string"},"headers":{"type":"array","items":{"type":"string"}},"rows":{"type":"array","items":{"$ref":"Backend_ConnectionIntrospectionEntityRow"}}}},"Backend_ConnectionIntrospectionEntityRow":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"Backend_ConnectionRedirectResponse":{"type":"object","properties":{"redirectUri":{"type":"string"}}},"Backend_ConnectionUpdate":{"$extends":"Backend_Connection","type":"object"},"Backend_Cronjob":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"cron":{"type":"string"},"action":{"type":"string"},"executeDate":{"format":"date-time","type":"string"},"exitCode":{"type":"integer"},"metadata":{"$ref":"Common_Metadata"},"errors":{"type":"array","items":{"$ref":"Backend_CronjobError"}}}},"Backend_CronjobCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Cronjob"}},"Backend_CronjobCreate":{"$extends":"Backend_Cronjob","type":"object","required":["name","cron","action"]},"Backend_CronjobError":{"type":"object","properties":{"message":{"type":"string"},"trace":{"type":"string"},"file":{"type":"string"},"line":{"type":"integer"}}},"Backend_CronjobUpdate":{"$extends":"Backend_Cronjob","type":"object"},"Backend_Dashboard":{"type":"object","properties":{"errorsPerOperation":{"$ref":"Backend_StatisticChart"},"incomingRequests":{"$ref":"Backend_StatisticChart"},"incomingTransactions":{"$ref":"Backend_StatisticChart"},"mostUsedOperations":{"$ref":"Backend_StatisticChart"},"timePerOperation":{"$ref":"Backend_StatisticChart"},"latestApps":{"$ref":"Backend_DashboardApps"},"latestRequests":{"$ref":"Backend_DashboardRequests"},"latestUsers":{"$ref":"Backend_DashboardUsers"},"latestTransactions":{"$ref":"Backend_DashboardTransactions"}}},"Backend_DashboardApp":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardApps":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardApp"}},"Backend_DashboardRequest":{"type":"object","properties":{"id":{"type":"integer"},"path":{"type":"string"},"ip":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardRequests":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardRequest"}},"Backend_DashboardTransaction":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"string"},"provider":{"type":"string"},"transactionId":{"type":"string"},"amount":{"type":"number"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardTransactions":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardTransaction"}},"Backend_DashboardUser":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"string"},"name":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_DashboardUsers":{"$ref":"Common_Collection","$template":{"T":"Backend_DashboardUser"}},"Backend_DatabaseConnections":{"type":"object","properties":{"connections":{"type":"array","items":{"type":"string"}}}},"Backend_DatabaseRow":{"type":"object","additionalProperties":{"type":"any"}},"Backend_DatabaseRows":{"$ref":"Common_Collection","$template":{"T":"Backend_DatabaseRow"}},"Backend_DatabaseTable":{"type":"object","properties":{"name":{"type":"string"},"columns":{"type":"array","items":{"$ref":"Backend_DatabaseTableColumn"}},"primaryKey":{"type":"string"},"indexes":{"type":"array","items":{"$ref":"Backend_DatabaseTableIndex"}},"foreignKeys":{"type":"array","items":{"$ref":"Backend_DatabaseTableForeignKeyConstraint"}}}},"Backend_DatabaseTableColumn":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"length":{"type":"integer"},"precision":{"type":"integer"},"scale":{"type":"integer"},"unsigned":{"type":"boolean"},"fixed":{"type":"boolean"},"notNull":{"type":"boolean"},"autoIncrement":{"type":"boolean"},"default":{"type":"any"},"comment":{"type":"string"}}},"Backend_DatabaseTableForeignKeyConstraint":{"type":"object","properties":{"name":{"type":"string"},"foreignTable":{"type":"string"},"localColumnNames":{"type":"array","items":{"type":"string"}},"foreignColumnNames":{"type":"array","items":{"type":"string"}}}},"Backend_DatabaseTableIndex":{"type":"object","properties":{"name":{"type":"string"},"unique":{"type":"boolean"},"columns":{"type":"array","items":{"type":"string"}}}},"Backend_DatabaseTables":{"type":"object","properties":{"tables":{"type":"array","items":{"type":"string"}}}},"Backend_Event":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\.]{3,64}$"},"description":{"type":"string"},"schema":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_EventCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Event"}},"Backend_EventCreate":{"$extends":"Backend_Event","type":"object","required":["name"]},"Backend_EventUpdate":{"$extends":"Backend_Event","type":"object"},"Backend_GeneratorIndexProvider":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_GeneratorIndexProviders":{"type":"object","properties":{"providers":{"type":"array","items":{"$ref":"Backend_GeneratorIndexProvider"}}}},"Backend_GeneratorProvider":{"type":"object","properties":{"path":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"public":{"type":"boolean"},"config":{"$ref":"Backend_GeneratorProviderConfig"}}},"Backend_GeneratorProviderChangelog":{"type":"object","properties":{"schemas":{"type":"array","items":{"$ref":"Backend_Schema"}},"actions":{"type":"array","items":{"$ref":"Backend_Action"}},"operations":{"type":"array","items":{"$ref":"Backend_Operation"}}}},"Backend_GeneratorProviderConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_Identity":{"type":"object","properties":{"id":{"type":"integer"},"appId":{"type":"integer"},"roleId":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"icon":{"type":"string"},"class":{"type":"string"},"config":{"$ref":"Backend_IdentityConfig"},"allowCreate":{"type":"boolean"}}},"Backend_IdentityCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Identity"}},"Backend_IdentityConfig":{"type":"object","additionalProperties":{"type":"any"}},"Backend_IdentityCreate":{"$extends":"Backend_Identity","type":"object","required":["appId","name","icon","class"]},"Backend_IdentityIndex":{"type":"object","properties":{"providers":{"type":"array","items":{"$ref":"Backend_IdentityIndexEntry"}}}},"Backend_IdentityIndexEntry":{"type":"object","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_IdentityUpdate":{"$extends":"Backend_Identity","type":"object"},"Backend_Log":{"type":"object","properties":{"id":{"type":"integer"},"ip":{"type":"string"},"userAgent":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"header":{"type":"string"},"body":{"type":"string"},"date":{"format":"date-time","type":"string"},"errors":{"type":"array","items":{"$ref":"Backend_LogError"}}}},"Backend_LogCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Log"}},"Backend_LogError":{"type":"object","properties":{"id":{"type":"integer"},"message":{"type":"integer"},"trace":{"type":"string"},"file":{"type":"string"},"line":{"type":"integer"}}},"Backend_LogErrorCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_LogError"}},"Backend_Operation":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"active":{"type":"boolean"},"public":{"type":"boolean"},"stability":{"type":"integer"},"description":{"type":"string"},"httpMethod":{"type":"string"},"httpPath":{"type":"string"},"httpCode":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\_\\.]{3,64}$"},"parameters":{"$ref":"Backend_OperationParameters"},"incoming":{"type":"string"},"outgoing":{"type":"string"},"throws":{"$ref":"Backend_OperationThrows"},"action":{"type":"string"},"costs":{"type":"integer"},"scopes":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_OperationCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Operation"}},"Backend_OperationCreate":{"$extends":"Backend_Operation","type":"object","required":["httpMethod","httpPath","httpCode","name","outgoing","action"]},"Backend_OperationParameters":{"type":"object","additionalProperties":{"$ref":"Backend_OperationSchema"}},"Backend_OperationSchema":{"type":"object","properties":{"description":{"type":"string"},"type":{"type":"string"},"format":{"type":"string"},"enum":{"type":"string"}}},"Backend_OperationThrows":{"type":"object","additionalProperties":{"type":"string"}},"Backend_OperationUpdate":{"$extends":"Backend_Operation","type":"object"},"Backend_Page":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"content":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_PageCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Page"}},"Backend_PageCreate":{"$extends":"Backend_Page","type":"object","required":["title","content"]},"Backend_PageUpdate":{"$extends":"Backend_Page","type":"object"},"Backend_Plan":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"points":{"type":"integer"},"period":{"type":"integer"},"externalId":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_PlanCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Plan"}},"Backend_PlanCreate":{"$extends":"Backend_Plan","type":"object","required":["name","price"]},"Backend_PlanUpdate":{"$extends":"Backend_Plan","type":"object"},"Backend_Rate":{"type":"object","properties":{"id":{"type":"integer"},"priority":{"type":"integer","minimum":0},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"rateLimit":{"type":"integer","minimum":0},"timespan":{"format":"duration","type":"string"},"allocation":{"type":"array","items":{"$ref":"Backend_RateAllocation"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_RateAllocation":{"type":"object","properties":{"id":{"type":"integer"},"operationId":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"appId":{"type":"integer"},"authenticated":{"type":"boolean"}}},"Backend_RateCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Rate"}},"Backend_RateCreate":{"$extends":"Backend_Rate","type":"object","required":["name"]},"Backend_RateUpdate":{"$extends":"Backend_Rate","type":"object"},"Backend_Role":{"type":"object","properties":{"id":{"type":"integer"},"categoryId":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,64}$"},"scopes":{"type":"array","items":{"type":"string"}}}},"Backend_RoleCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Role"}},"Backend_RoleCreate":{"$extends":"Backend_Role","type":"object","required":["categoryId","name"]},"Backend_RoleUpdate":{"$extends":"Backend_Role","type":"object"},"Backend_Schema":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]{3,255}$"},"source":{"$ref":"Backend_SchemaSource"},"form":{"$ref":"Backend_SchemaForm"},"metadata":{"$ref":"Common_Metadata"}}},"Backend_SchemaCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Schema"}},"Backend_SchemaCreate":{"$extends":"Backend_Schema","type":"object","required":["name"]},"Backend_SchemaForm":{"description":"Contains a UI vocabulary to describe the UI of the schema","type":"object","additionalProperties":{"type":"any"}},"Backend_SchemaPreviewResponse":{"type":"object","properties":{"preview":{"type":"string"}}},"Backend_SchemaSource":{"description":"Contains the TypeSchema specification","type":"object","additionalProperties":{"type":"any"}},"Backend_SchemaUpdate":{"$extends":"Backend_Schema","type":"object"},"Backend_Scope":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\.]{3,64}$"},"description":{"type":"string"},"operations":{"type":"array","items":{"$ref":"Backend_ScopeOperation"}},"metadata":{"$ref":"Common_Metadata"}}},"Backend_ScopeCategories":{"type":"object","properties":{"categories":{"type":"array","items":{"$ref":"Backend_ScopeCategory"}}}},"Backend_ScopeCategory":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","items":{"$ref":"Backend_ScopeCategoryScope"}}}},"Backend_ScopeCategoryScope":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"}}},"Backend_ScopeCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Scope"}},"Backend_ScopeCreate":{"$extends":"Backend_Scope","type":"object","required":["name"]},"Backend_ScopeOperation":{"type":"object","properties":{"operationId":{"type":"integer"},"allow":{"type":"boolean"}}},"Backend_ScopeUpdate":{"$extends":"Backend_Scope","type":"object"},"Backend_SdkGenerate":{"type":"object","properties":{"format":{"type":"string"},"config":{"type":"string"}}},"Backend_SdkMessage":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"link":{"type":"string"}}},"Backend_SdkResponse":{"type":"object","properties":{"types":{"$ref":"Backend_SdkTypes"}}},"Backend_SdkTypes":{"type":"object","additionalProperties":{"type":"string"}},"Backend_StatisticChart":{"type":"object","properties":{"labels":{"type":"array","items":{"type":"string"}},"data":{"type":"array","items":{"$ref":"Backend_StatisticChartData"}},"series":{"type":"array","items":{"type":"string"}}}},"Backend_StatisticChartData":{"type":"object","additionalProperties":{"type":"any"}},"Backend_StatisticCount":{"type":"object","properties":{"count":{"type":"integer"},"from":{"format":"date-time","type":"string"},"to":{"format":"date-time","type":"string"}}},"Backend_Test":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"operationName":{"type":"string"},"message":{"type":"string"},"response":{"type":"string"},"config":{"$ref":"Backend_TestConfig"}}},"Backend_TestCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Test"}},"Backend_TestConfig":{"$extends":"Backend_ActionExecuteRequest","type":"object"},"Backend_Token":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"ip":{"type":"string"},"expire":{"format":"date-time","type":"string"},"date":{"format":"date-time","type":"string"}}},"Backend_TokenCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Token"}},"Backend_Transaction":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"transactionId":{"type":"string"},"amount":{"type":"number"},"points":{"type":"number"},"periodStart":{"format":"date-time","type":"string"},"periodEnd":{"format":"date-time","type":"string"},"insertDate":{"format":"date-time","type":"string"}}},"Backend_TransactionCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Transaction"}},"Backend_TrashData":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"}}},"Backend_TrashDataCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_TrashData"}},"Backend_TrashRestore":{"type":"object","properties":{"id":{"type":"integer"}}},"Backend_TrashTypes":{"type":"object","properties":{"types":{"type":"array","items":{"type":"string"}}}},"Backend_User":{"type":"object","properties":{"id":{"type":"integer"},"roleId":{"type":"integer"},"planId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\.]{3,32}$"},"email":{"type":"string"},"points":{"type":"integer"},"scopes":{"type":"array","items":{"type":"string"}},"apps":{"type":"array","items":{"$ref":"Backend_App"}},"metadata":{"$ref":"Common_Metadata"},"date":{"format":"date-time","type":"string"}}},"Backend_UserCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_User"}},"Backend_UserCreate":{"$extends":"Backend_User","type":"object","properties":{"password":{"type":"string"}},"required":["roleId","status","name","email","password"]},"Backend_UserUpdate":{"$extends":"Backend_User","type":"object"},"Backend_Webhook":{"type":"object","properties":{"id":{"type":"integer"},"eventId":{"type":"integer"},"userId":{"type":"integer"},"name":{"type":"string"},"endpoint":{"type":"string"},"responses":{"type":"array","items":{"$ref":"Backend_WebhookResponse"}}}},"Backend_WebhookCollection":{"$ref":"Common_Collection","$template":{"T":"Backend_Webhook"}},"Backend_WebhookCreate":{"$extends":"Backend_Webhook","type":"object","required":["eventId","userId","name","endpoint"]},"Backend_WebhookResponse":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"code":{"type":"integer"},"attempts":{"type":"integer"},"error":{"type":"string"},"executeDate":{"format":"date-time","type":"string"}}},"Backend_WebhookUpdate":{"$extends":"Backend_Webhook","type":"object"},"Common_Collection":{"type":"object","properties":{"totalResults":{"type":"integer"},"startIndex":{"type":"integer"},"itemsPerPage":{"type":"integer"},"entry":{"type":"array","items":{"$generic":"T"}}}},"Common_FormContainer":{"type":"object","properties":{"element":{"type":"array","items":{"oneOf":[{"$ref":"Common_FormElementInput"},{"$ref":"Common_FormElementSelect"},{"$ref":"Common_FormElementTag"},{"$ref":"Common_FormElementTextArea"}]}}}},"Common_FormElement":{"type":"object","properties":{"element":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"help":{"type":"string"}},"required":["element"]},"Common_FormElementInput":{"$extends":"Common_FormElement","type":"object","properties":{"type":{"type":"string"}}},"Common_FormElementSelect":{"$extends":"Common_FormElement","type":"object","properties":{"options":{"type":"array","items":{"$ref":"Common_FormElementSelectOption"}}}},"Common_FormElementSelectOption":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Common_FormElementTag":{"$extends":"Common_FormElement","type":"object"},"Common_FormElementTextArea":{"$extends":"Common_FormElement","type":"object","properties":{"mode":{"type":"string"}}},"Common_Message":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"id":{"type":"string"}}},"Common_Metadata":{"type":"object","additionalProperties":{"type":"string"}},"Consumer_App":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"url":{"type":"string","minLength":8},"appKey":{"type":"string"},"appSecret":{"type":"string"},"date":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_AppCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_App"}},"Consumer_AppCreate":{"type":"object","properties":{"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"url":{"type":"string","minLength":8},"scopes":{"type":"array","items":{"type":"string"}}},"required":["name","url","scopes"]},"Consumer_AppUpdate":{"type":"object","properties":{"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"url":{"type":"string","minLength":8},"scopes":{"type":"array","items":{"type":"string"}}},"required":["name","url","scopes"]},"Consumer_AuthorizeMeta":{"type":"object","properties":{"name":{"type":"string"},"url":{"type":"string"},"scopes":{"type":"array","items":{"$ref":"Consumer_Scope"}}}},"Consumer_AuthorizeRequest":{"type":"object","properties":{"responseType":{"type":"string"},"clientId":{"type":"string"},"redirectUri":{"type":"string"},"scope":{"type":"string"},"state":{"type":"string"},"allow":{"type":"boolean"}},"required":["responseType","clientId","scope","allow"]},"Consumer_AuthorizeResponse":{"type":"object","properties":{"type":{"type":"string"},"token":{"$ref":"Consumer_AuthorizeResponseToken"},"code":{"type":"string"},"redirectUri":{"type":"string"}}},"Consumer_AuthorizeResponseToken":{"type":"object","properties":{"access_token":{"type":"string"},"token_type":{"type":"string"},"expires_in":{"type":"string"},"scope":{"type":"string"}}},"Consumer_Event":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_EventCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Event"}},"Consumer_Grant":{"type":"object","properties":{"id":{"type":"integer"},"app":{"$ref":"Consumer_App"},"createDate":{"format":"date-time","type":"string"}}},"Consumer_GrantCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Grant"}},"Consumer_Identity":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"icon":{"type":"string"},"redirect":{"type":"string"}}},"Consumer_IdentityCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Identity"}},"Consumer_Log":{"type":"object","properties":{"id":{"type":"integer"},"appId":{"type":"integer"},"ip":{"type":"string"},"userAgent":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"header":{"type":"string"},"body":{"type":"string"},"date":{"format":"date-time","type":"string"}}},"Consumer_LogCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Log"}},"Consumer_Page":{"type":"object","properties":{"id":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"content":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_PageCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Page"}},"Consumer_PaymentCheckoutRequest":{"type":"object","properties":{"planId":{"type":"integer"},"returnUrl":{"type":"string"}}},"Consumer_PaymentCheckoutResponse":{"type":"object","properties":{"approvalUrl":{"type":"string"}}},"Consumer_PaymentPortalRequest":{"type":"object","properties":{"returnUrl":{"type":"string"}}},"Consumer_PaymentPortalResponse":{"type":"object","properties":{"redirectUrl":{"type":"string"}}},"Consumer_Plan":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"points":{"type":"integer"},"period":{"type":"integer"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_PlanCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Plan"}},"Consumer_Scope":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","pattern":"^[A-z0-9\\-\\_]{3,64}$"},"description":{"type":"string"},"metadata":{"$ref":"Common_Metadata"}}},"Consumer_ScopeCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Scope"}},"Consumer_Token":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"ip":{"type":"string"},"expire":{"format":"date","type":"string"},"date":{"format":"date-time","type":"string"}}},"Consumer_TokenAccessToken":{"type":"object","properties":{"access_token":{"type":"string"},"token_type":{"type":"string"},"expires_in":{"type":"integer"},"refresh_token":{"type":"string"},"scope":{"type":"string"}}},"Consumer_TokenCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Token"}},"Consumer_TokenCreate":{"type":"object","properties":{"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"expire":{"format":"date","type":"string"}},"required":["name","scopes","expire"]},"Consumer_TokenUpdate":{"type":"object","properties":{"name":{"type":"string"},"expire":{"format":"date","type":"string"}},"required":["name","expire"]},"Consumer_Transaction":{"type":"object","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"plan":{"$ref":"Consumer_Plan"},"transactionId":{"type":"string"},"amount":{"type":"number"},"points":{"type":"number"},"periodStart":{"format":"date-time","type":"string"},"periodEnd":{"format":"date-time","type":"string"},"insertDate":{"format":"date-time","type":"string"}}},"Consumer_TransactionCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Transaction"}},"Consumer_UserAccount":{"type":"object","properties":{"id":{"type":"integer"},"planId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"email":{"type":"string"},"points":{"type":"integer"},"scopes":{"type":"array","items":{"type":"string"}},"plans":{"type":"array","items":{"$ref":"Consumer_UserPlan"}},"metadata":{"$ref":"Common_Metadata"},"date":{"format":"date-time","type":"string"}}},"Consumer_UserActivate":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]},"Consumer_UserEmail":{"type":"object","properties":{"email":{"type":"string"},"captcha":{"type":"string"}},"required":["email"]},"Consumer_UserJWT":{"type":"object","properties":{"token":{"type":"string"},"expires_in":{"type":"integer"},"refresh_token":{"type":"string"},"scope":{"type":"string"}}},"Consumer_UserLogin":{"type":"object","properties":{"username":{"type":"string"},"password":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}}}},"Consumer_UserPasswordReset":{"type":"object","properties":{"token":{"type":"string"},"newPassword":{"type":"string"}},"required":["token","newPassword"]},"Consumer_UserPlan":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"price":{"type":"integer"},"points":{"type":"integer"},"period":{"type":"integer"}}},"Consumer_UserRefresh":{"type":"object","properties":{"refresh_token":{"type":"string"}}},"Consumer_UserRegister":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"password":{"type":"string"},"captcha":{"type":"string"}},"required":["name","email","password"]},"Consumer_Webhook":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"},"responses":{"type":"array","items":{"$ref":"Consumer_WebhookResponse"}}}},"Consumer_WebhookCollection":{"$ref":"Common_Collection","$template":{"T":"Consumer_Webhook"}},"Consumer_WebhookCreate":{"type":"object","properties":{"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"}},"required":["event","name","endpoint"]},"Consumer_WebhookResponse":{"type":"object","properties":{"status":{"type":"integer"},"code":{"type":"integer"},"attempts":{"type":"string"},"executeDate":{"type":"string"}}},"Consumer_WebhookUpdate":{"type":"object","properties":{"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"}},"required":["event","name","endpoint"]},"MarketplaceAction":{"$extends":"MarketplaceObject","type":"object","properties":{"class":{"type":"string"},"config":{"$ref":"MarketplaceActionConfig"}}},"MarketplaceActionCollection":{"$ref":"MarketplaceCollection","$template":{"T":"MarketplaceAction"}},"MarketplaceActionConfig":{"type":"object","additionalProperties":{"type":"any"}},"MarketplaceApp":{"$extends":"MarketplaceObject","type":"object","properties":{"scopes":{"type":"array","items":{"type":"string"}},"downloadUrl":{"type":"string"},"hash":{"type":"string"}}},"MarketplaceAppCollection":{"$ref":"MarketplaceCollection","$template":{"T":"MarketplaceApp"}},"MarketplaceCollection":{"type":"object","properties":{"totalResults":{"type":"integer"},"startIndex":{"type":"integer"},"itemsPerPage":{"type":"integer"},"entry":{"type":"array","items":{"$generic":"T"}}}},"MarketplaceInstall":{"type":"object","properties":{"name":{"type":"string"}}},"MarketplaceMessage":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}}},"MarketplaceObject":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"author":{"$ref":"MarketplaceUser"},"version":{"type":"string"},"icon":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"cost":{"type":"integer"},"updateDate":{"format":"date-time","type":"string"},"insertDate":{"format":"date-time","type":"string"}}},"MarketplaceUser":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"verified":{"type":"boolean"}}},"Passthru":{"description":"No schema information available","type":"object","additionalProperties":{"type":"any"}},"System_About":{"type":"object","properties":{"apiVersion":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"termsOfService":{"type":"string"},"contactName":{"type":"string"},"contactUrl":{"type":"string"},"contactEmail":{"type":"string"},"licenseName":{"type":"string"},"licenseUrl":{"type":"string"},"paymentCurrency":{"type":"string"},"categories":{"type":"array","items":{"type":"string"}},"scopes":{"type":"array","items":{"type":"string"}},"apps":{"$ref":"System_AboutApps"},"links":{"type":"array","items":{"$ref":"System_AboutLink"}}}},"System_AboutApps":{"type":"object","additionalProperties":{"type":"string"}},"System_AboutLink":{"type":"object","properties":{"rel":{"type":"string"},"href":{"type":"string"}}},"System_HealthCheck":{"type":"object","properties":{"healthy":{"type":"boolean"},"error":{"type":"string"}}},"System_OAuthConfiguration":{"type":"object","properties":{"issuer":{"type":"string"},"token_endpoint":{"type":"string"},"token_endpoint_auth_methods_supported":{"type":"array","items":{"type":"string"}},"userinfo_endpoint":{"type":"string"},"scopes_supported":{"type":"array","items":{"type":"string"}},"claims_supported":{"type":"array","items":{"type":"string"}}}},"System_Route":{"type":"object","properties":{"routes":{"$ref":"System_RoutePath"}}},"System_RouteMethod":{"type":"object","additionalProperties":{"type":"string"}},"System_RoutePath":{"type":"object","additionalProperties":{"$ref":"System_RouteMethod"}},"System_Schema":{"type":"object","properties":{"schema":{"$ref":"System_SchemaTypeSchema"},"form":{"$ref":"System_SchemaForm"}}},"System_SchemaForm":{"type":"object","additionalProperties":{"type":"any"}},"System_SchemaTypeSchema":{"type":"object","additionalProperties":{"type":"any"}}}}} \ No newline at end of file diff --git a/src/sdk/backend_tag.py b/src/sdk/backend_tag.py index e4544c0..e9f9761 100644 --- a/src/sdk/backend_tag.py +++ b/src/sdk/backend_tag.py @@ -34,6 +34,7 @@ from .backend_sdk_tag import BackendSdkTag from .backend_statistic_tag import BackendStatisticTag from .backend_tenant_tag import BackendTenantTag +from .backend_test_tag import BackendTestTag from .backend_token_tag import BackendTokenTag from .backend_transaction_tag import BackendTransactionTag from .backend_trash_tag import BackendTrashTag @@ -74,6 +75,12 @@ def token(self) -> BackendTokenTag: self.parser ) + def test(self) -> BackendTestTag: + return BackendTestTag( + self.http_client, + self.parser + ) + def tenant(self) -> BackendTenantTag: return BackendTenantTag( self.http_client, diff --git a/src/sdk/backend_test.py b/src/sdk/backend_test.py new file mode 100644 index 0000000..8cd7049 --- /dev/null +++ b/src/sdk/backend_test.py @@ -0,0 +1,17 @@ +""" +backend_test automatically generated by SDKgen please do not edit this file manually +https://sdkgen.app +""" + +from pydantic import BaseModel, Field, GetCoreSchemaHandler +from pydantic_core import CoreSchema, core_schema +from typing import Any, Dict, Generic, List, Optional, TypeVar, Union +from .backend_test_config import BackendTestConfig +class BackendTest(BaseModel): + id: Optional[int] = Field(default=None, alias="id") + status: Optional[int] = Field(default=None, alias="status") + operation_name: Optional[str] = Field(default=None, alias="operationName") + message: Optional[str] = Field(default=None, alias="message") + response: Optional[str] = Field(default=None, alias="response") + config: Optional[BackendTestConfig] = Field(default=None, alias="config") + pass diff --git a/src/sdk/backend_test_collection.py b/src/sdk/backend_test_collection.py new file mode 100644 index 0000000..9155970 --- /dev/null +++ b/src/sdk/backend_test_collection.py @@ -0,0 +1,12 @@ +""" +backend_test_collection automatically generated by SDKgen please do not edit this file manually +https://sdkgen.app +""" + +from pydantic import BaseModel, Field, GetCoreSchemaHandler +from pydantic_core import CoreSchema, core_schema +from typing import Any, Dict, Generic, List, Optional, TypeVar, Union +from .common_collection import CommonCollection +from .backend_test import BackendTest +class BackendTestCollection(CommonCollection[BackendTest]): + pass diff --git a/src/sdk/backend_test_config.py b/src/sdk/backend_test_config.py new file mode 100644 index 0000000..74eceb0 --- /dev/null +++ b/src/sdk/backend_test_config.py @@ -0,0 +1,11 @@ +""" +backend_test_config automatically generated by SDKgen please do not edit this file manually +https://sdkgen.app +""" + +from pydantic import BaseModel, Field, GetCoreSchemaHandler +from pydantic_core import CoreSchema, core_schema +from typing import Any, Dict, Generic, List, Optional, TypeVar, Union +from .backend_action_execute_request import BackendActionExecuteRequest +class BackendTestConfig(BackendActionExecuteRequest): + pass diff --git a/src/sdk/backend_test_tag.py b/src/sdk/backend_test_tag.py new file mode 100644 index 0000000..83b23d5 --- /dev/null +++ b/src/sdk/backend_test_tag.py @@ -0,0 +1,180 @@ +""" +BackendTestTag automatically generated by SDKgen please do not edit this file manually +https://sdkgen.app +""" + +import requests +import sdkgen +from requests import RequestException +from typing import List + +from .backend_test import BackendTest +from .backend_test_collection import BackendTestCollection +from .backend_test_config import BackendTestConfig +from .common_message import CommonMessage +from .common_message_exception import CommonMessageException + +class BackendTestTag(sdkgen.TagAbstract): + def __init__(self, http_client: requests.Session, parser: sdkgen.Parser): + super().__init__(http_client, parser) + + + def update(self, test_id: str, payload: BackendTestConfig) -> CommonMessage: + try: + path_params = {} + path_params["test_id"] = test_id + + query_params = {} + + query_struct_names = [] + + url = self.parser.url("/backend/test/$test_id<[0-9]+>", path_params) + + headers = {} + headers["Content-Type"] = "application/json" + + response = self.http_client.put(url, headers=headers, params=self.parser.query(query_params, query_struct_names), json=payload.model_dump(by_alias=True)) + + if response.status_code >= 200 and response.status_code < 300: + return CommonMessage.model_validate_json(json_data=response.content) + + if response.status_code == 400: + raise CommonMessageException(response.content) + if response.status_code == 401: + raise CommonMessageException(response.content) + if response.status_code == 404: + raise CommonMessageException(response.content) + if response.status_code == 410: + raise CommonMessageException(response.content) + if response.status_code == 500: + raise CommonMessageException(response.content) + + raise sdkgen.UnknownStatusCodeException("The server returned an unknown status code") + except RequestException as e: + raise sdkgen.ClientException("An unknown error occurred: " + str(e)) + + def run(self) -> CommonMessage: + try: + path_params = {} + + query_params = {} + + query_struct_names = [] + + url = self.parser.url("/backend/test", path_params) + + headers = {} + + response = self.http_client.post(url, headers=headers, params=self.parser.query(query_params, query_struct_names)) + + if response.status_code >= 200 and response.status_code < 300: + return CommonMessage.model_validate_json(json_data=response.content) + + if response.status_code == 401: + raise CommonMessageException(response.content) + if response.status_code == 404: + raise CommonMessageException(response.content) + if response.status_code == 410: + raise CommonMessageException(response.content) + if response.status_code == 500: + raise CommonMessageException(response.content) + + raise sdkgen.UnknownStatusCodeException("The server returned an unknown status code") + except RequestException as e: + raise sdkgen.ClientException("An unknown error occurred: " + str(e)) + + def refresh(self) -> CommonMessage: + try: + path_params = {} + + query_params = {} + + query_struct_names = [] + + url = self.parser.url("/backend/test", path_params) + + headers = {} + + response = self.http_client.put(url, headers=headers, params=self.parser.query(query_params, query_struct_names)) + + if response.status_code >= 200 and response.status_code < 300: + return CommonMessage.model_validate_json(json_data=response.content) + + if response.status_code == 401: + raise CommonMessageException(response.content) + if response.status_code == 404: + raise CommonMessageException(response.content) + if response.status_code == 410: + raise CommonMessageException(response.content) + if response.status_code == 500: + raise CommonMessageException(response.content) + + raise sdkgen.UnknownStatusCodeException("The server returned an unknown status code") + except RequestException as e: + raise sdkgen.ClientException("An unknown error occurred: " + str(e)) + + def get(self, test_id: str) -> BackendTest: + try: + path_params = {} + path_params["test_id"] = test_id + + query_params = {} + + query_struct_names = [] + + url = self.parser.url("/backend/test/$test_id<[0-9]+>", path_params) + + headers = {} + + response = self.http_client.get(url, headers=headers, params=self.parser.query(query_params, query_struct_names)) + + if response.status_code >= 200 and response.status_code < 300: + return BackendTest.model_validate_json(json_data=response.content) + + if response.status_code == 401: + raise CommonMessageException(response.content) + if response.status_code == 404: + raise CommonMessageException(response.content) + if response.status_code == 410: + raise CommonMessageException(response.content) + if response.status_code == 500: + raise CommonMessageException(response.content) + + raise sdkgen.UnknownStatusCodeException("The server returned an unknown status code") + except RequestException as e: + raise sdkgen.ClientException("An unknown error occurred: " + str(e)) + + def get_all(self, start_index: int, count: int, search: str) -> BackendTestCollection: + try: + path_params = {} + + query_params = {} + query_params["startIndex"] = start_index + query_params["count"] = count + query_params["search"] = search + + query_struct_names = [] + + url = self.parser.url("/backend/test", path_params) + + headers = {} + + response = self.http_client.get(url, headers=headers, params=self.parser.query(query_params, query_struct_names)) + + if response.status_code >= 200 and response.status_code < 300: + return BackendTestCollection.model_validate_json(json_data=response.content) + + if response.status_code == 401: + raise CommonMessageException(response.content) + if response.status_code == 404: + raise CommonMessageException(response.content) + if response.status_code == 410: + raise CommonMessageException(response.content) + if response.status_code == 500: + raise CommonMessageException(response.content) + + raise sdkgen.UnknownStatusCodeException("The server returned an unknown status code") + except RequestException as e: + raise sdkgen.ClientException("An unknown error occurred: " + str(e)) + +