{"info":{"title":"Tabrica API Documentation","version":"1.0.0"},"openapi":"3.1.0","servers":[{"url":"/"}],"paths":{"/api_token/create":{"post":{"tags":["api_token"],"summary":"Execute","operationId":"ApiTokenCreateExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiTokenCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_ApiTokenCreateResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/api_token/list":{"get":{"tags":["api_token"],"summary":"Execute","operationId":"ApiTokenListExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_ApiTokenListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/api_token/revoke":{"post":{"tags":["api_token"],"summary":"Execute","operationId":"ApiTokenRevokeExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"token_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Api Token Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Api Token Not Found","value":{"message":"api_token_not_found","data":{}}}}}}}},"deprecated":false}},"/auth/current":{"get":{"tags":["auth"],"summary":"Execute","operationId":"AuthCurrentExecute","responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_AuthUserResponse_"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Unauthorized","value":{"message":"unauthorized","data":{}}}}}}}},"deprecated":false}},"/auth/login":{"post":{"tags":["auth"],"summary":"Execute","operationId":"AuthLoginExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthLoginSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_AuthTokenResponse_"}}}},"400":{"description":"Email Not Verified","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Email Not Verified","value":{"message":"email_not_verified","data":{}}}}}}},"401":{"description":"Invalid Credentials","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invalid Credentials","value":{"message":"invalid_credentials","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/auth/refresh":{"post":{"tags":["auth"],"summary":"Execute","operationId":"AuthRefreshExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthRefreshSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_AuthTokenResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"401":{"description":"Invalid Refresh Token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invalid Refresh Token","value":{"message":"invalid_refresh_token","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/auth/register":{"post":{"tags":["auth"],"summary":"Execute","operationId":"AuthRegisterExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthRegisterSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Email Already Exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Email Already Exists","value":{"message":"email_already_exists","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/auth/resend_code":{"post":{"tags":["auth"],"summary":"Execute","operationId":"AuthResendCodeExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendCodeSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/auth/verify_email":{"post":{"tags":["auth"],"summary":"Execute","operationId":"AuthVerifyEmailExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyEmailSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_AuthTokenResponse_"}}}},"400":{"description":"Invalid Verification Code","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invalid Verification Code","value":{"message":"invalid_verification_code","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/database/create":{"post":{"tags":["database"],"summary":"Execute","operationId":"DatabaseCreateExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatabaseCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_DatabaseGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/database/delete":{"post":{"tags":["database"],"summary":"Execute","operationId":"DatabaseDeleteExecute","parameters":[{"name":"database_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_DeleteResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Database Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Database Not Found","value":{"message":"database_not_found","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/database/get":{"get":{"tags":["database"],"summary":"Execute","operationId":"DatabaseGetExecute","parameters":[{"name":"database_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_DatabaseGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Database Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Database Not Found","value":{"message":"database_not_found","data":{}}}}}}}},"deprecated":false}},"/database/list":{"get":{"tags":["database"],"summary":"Execute","operationId":"DatabaseListExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_DatabaseListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/database/update":{"post":{"tags":["database"],"summary":"Execute","operationId":"DatabaseUpdateExecute","parameters":[{"name":"database_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatabaseUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_DatabaseGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Database Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Database Not Found","value":{"message":"database_not_found","data":{}}}}}}}},"deprecated":false}},"/field/create":{"post":{"tags":["field"],"summary":"Execute","operationId":"FieldCreateExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FieldCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FieldGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/field/delete":{"post":{"tags":["field"],"summary":"Execute","operationId":"FieldDeleteExecute","parameters":[{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Field Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Field Not Found","value":{"message":"field_not_found","data":{}}}}}}}},"deprecated":false}},"/field/list":{"get":{"tags":["field"],"summary":"Execute","operationId":"FieldListExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FieldListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/field/update":{"post":{"tags":["field"],"summary":"Execute","operationId":"FieldUpdateExecute","parameters":[{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FieldUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FieldGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Field Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Field Not Found","value":{"message":"field_not_found","data":{}}}}}}}},"deprecated":false}},"/file/storage_check":{"post":{"tags":["file"],"summary":"Execute","operationId":"FileStorageCheckExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"file_size","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/file/delete":{"post":{"tags":["file"],"summary":"Execute","operationId":"FileDeleteExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FileDeleteResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/file/rename":{"post":{"tags":["file"],"summary":"Execute","operationId":"FileRenameExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer","default":0},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"field_id","in":"query","schema":{"type":"integer","default":0},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileRenameRequest"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FileRenameResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/file/restore":{"post":{"tags":["file"],"summary":"Execute","operationId":"FileRestoreExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FileRestoreResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/file/serve":{"get":{"tags":["file"],"summary":"Execute","operationId":"FileServeExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/file/upload":{"post":{"tags":["file"],"summary":"Execute","operationId":"FileUploadExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"multipart/form-data":{"schema":{"properties":{"file":{"type":"string","format":"binary","contentMediaType":"application/octet-stream"}},"type":"object"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FileUploadResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/file/url":{"get":{"tags":["file"],"summary":"Execute","operationId":"FileUrlExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"download","in":"query","schema":{"type":"boolean","default":false},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_FileUrlResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/health":{"get":{"tags":["health"],"summary":"Execute","operationId":"HealthExecute","responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}}},"deprecated":false}},"/oauth/exchange":{"post":{"tags":["oauth"],"summary":"Execute","operationId":"OauthExchangeExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OAuthExchangeCodeSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_AuthTokenResponse_"}}}},"400":{"description":"Yandex Auth Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Yandex Auth Error","value":{"message":"yandex_auth_error","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/oauth/yandex":{"get":{"tags":["oauth"],"summary":"Execute","operationId":"OauthYandexExecute","responses":{"302":{"description":"Redirect Response","headers":{"location":{"schema":{"type":"string"},"description":"target path for the redirect","required":false,"deprecated":false}}}},"deprecated":false}},"/organization/api_stats":{"get":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationApiStatsExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_ApiStatsResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Organization Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Not Found","value":{"message":"organization_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/create":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationCreateExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_OrganizationGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"403":{"description":"Organization Limit Exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Limit Exceeded","value":{"message":"organization_limit_exceeded","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/organization/delete":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationDeleteExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Organization Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Not Found","value":{"message":"organization_not_found","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/organization/get":{"get":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationGetExecute","parameters":[{"name":"organization_id","in":"query","schema":{"oneOf":[{"type":"integer"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"organization_slug","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_OrganizationGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Organization Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Not Found","value":{"message":"organization_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/invite/cancel":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationInviteCancelExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"invite_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Invite Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invite Not Found","value":{"message":"invite_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/invite/create":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationInviteCreateExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InviteCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_InviteResponse_"}}}},"400":{"description":"Invite Already Exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invite Already Exists","value":{"message":"invite_already_exists","data":{}}}}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Organization Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Not Found","value":{"message":"organization_not_found","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/organization/invite/list":{"get":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationInviteListExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PendingInviteListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/organization/limits":{"get":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationLimitsExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_OrgLimitsResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Organization Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Not Found","value":{"message":"organization_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/list":{"get":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationListExecute","responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_OrganizationListResponse_"}}}}},"deprecated":false}},"/organization/member/list":{"get":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationMemberListExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_OrgMemberListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/organization/member/remove":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationMemberRemoveExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"member_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Member Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Member Not Found","value":{"message":"member_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/member/update":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationMemberUpdateExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"member_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrgMemberUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Member Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Member Not Found","value":{"message":"member_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/my_invite/accept":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationMyInviteAcceptExecute","parameters":[{"name":"invite_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Invite Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invite Not Found","value":{"message":"invite_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/my_invite/decline":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationMyInviteDeclineExecute","parameters":[{"name":"invite_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Invite Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invite Not Found","value":{"message":"invite_not_found","data":{}}}}}}}},"deprecated":false}},"/organization/my_invite/list":{"get":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationMyInviteListExecute","responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PendingInviteListResponse_"}}}}},"deprecated":false}},"/organization/transfer/confirm":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationTransferConfirmExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OwnerTransferConfirmSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_OwnerTransferResponse_"}}}},"400":{"description":"Transfer Verification Code Expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Transfer Verification Code Expired","value":{"message":"transfer_verification_code_expired","data":{}}}}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Member Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Member Not Found","value":{"message":"member_not_found","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/organization/transfer/send_code":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationTransferSendCodeExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OwnerTransferCodeRequestSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Cannot Transfer To Self","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Cannot Transfer To Self","value":{"message":"cannot_transfer_to_self","data":{}}}}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Member Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Member Not Found","value":{"message":"member_not_found","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/organization/update":{"post":{"tags":["organization"],"summary":"Execute","operationId":"OrganizationUpdateExecute","parameters":[{"name":"organization_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_OrganizationGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"403":{"description":"Organization Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Forbidden","value":{"message":"organization_forbidden","data":{}}}}}}},"404":{"description":"Organization Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Organization Not Found","value":{"message":"organization_not_found","data":{}}}}}}}},"deprecated":false}},"/public/record/create":{"post":{"tags":["public"],"summary":"Execute","operationId":"PublicRecordCreateExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"Authorization","in":"header","schema":{"type":"string","default":""},"required":false,"deprecated":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicCreateBody"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PublicRecordResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/public/record/delete":{"post":{"tags":["public"],"summary":"Execute","operationId":"PublicRecordDeletePostExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"Authorization","in":"header","schema":{"type":"string","default":""},"required":false,"deprecated":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PublicDeleteResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false},"delete":{"tags":["public"],"summary":"Execute","operationId":"PublicRecordDeleteDeleteExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"Authorization","in":"header","schema":{"type":"string","default":""},"required":false,"deprecated":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PublicDeleteResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/public/record/get":{"get":{"tags":["public"],"summary":"Execute","operationId":"PublicRecordGetExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"database_id","in":"query","schema":{"oneOf":[{"type":"integer"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"Authorization","in":"header","schema":{"type":"string","default":""},"required":false,"deprecated":false},{"name":"response_format","in":"query","schema":{"type":"string","default":"ids"},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"rich_text","in":"query","schema":{"$ref":"#/components/schemas/RichTextFormat"},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"fields","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PublicGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/public/record/list":{"get":{"tags":["public"],"summary":"Execute","operationId":"PublicRecordListExecute","parameters":[{"name":"database_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"limit","in":"query","schema":{"type":"integer","maximum":1000,"minimum":1,"default":50},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0,"default":0},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"Authorization","in":"header","schema":{"type":"string","default":""},"required":false,"deprecated":false},{"name":"response_format","in":"query","schema":{"type":"string","default":"ids"},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"rich_text","in":"query","schema":{"$ref":"#/components/schemas/RichTextFormat"},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"where","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"fields","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"sort","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PublicListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/public/record/update":{"put":{"tags":["public"],"summary":"Execute","operationId":"PublicRecordUpdatePutExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"Authorization","in":"header","schema":{"type":"string","default":""},"required":false,"deprecated":false},{"name":"response_format","in":"query","schema":{"type":"string","default":"ids"},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicUpdateBody"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PublicGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false},"post":{"tags":["public"],"summary":"Execute","operationId":"PublicRecordUpdatePostExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"Authorization","in":"header","schema":{"type":"string","default":""},"required":false,"deprecated":false},{"name":"response_format","in":"query","schema":{"type":"string","default":"ids"},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicUpdateBody"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PublicGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/record_link/create":{"post":{"tags":["record_link"],"summary":"Execute","operationId":"RecordLinkCreateExecute","parameters":[{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordLinkCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_RecordLinkGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/record_link/delete":{"post":{"tags":["record_link"],"summary":"Execute","operationId":"RecordLinkDeleteExecute","parameters":[{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordLinkDeleteSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/record_link/list":{"get":{"tags":["record_link"],"summary":"Execute","operationId":"RecordLinkListExecute","parameters":[{"name":"field_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_LinkedRecordListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/row/create":{"post":{"tags":["row"],"summary":"Execute","operationId":"RowCreateExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RowCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_RowGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/row/delete":{"post":{"tags":["row"],"summary":"Execute","operationId":"RowDeleteExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Row Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Row Not Found","value":{"message":"row_not_found","data":{}}}}}}}},"deprecated":false}},"/row/list":{"get":{"tags":["row"],"summary":"Execute","operationId":"RowListExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"page","in":"query","schema":{"type":"integer","minimum":1,"default":1},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"page_size","in":"query","schema":{"type":"integer","maximum":10000,"minimum":1,"default":50},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"filters","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"sorts","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"search_query","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"search_field_id","in":"query","schema":{"oneOf":[{"type":"integer"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_RowListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/row/list_grouped":{"get":{"tags":["row"],"summary":"Execute","operationId":"RowListGroupedExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"levels","in":"query","schema":{"oneOf":[{"type":"string"},{"type":"null"}]},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_GroupedRowListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/row/reorder":{"post":{"tags":["row"],"summary":"Execute","operationId":"RowReorderExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RowReorderSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/row/update":{"post":{"tags":["row"],"summary":"Execute","operationId":"RowUpdateExecute","parameters":[{"name":"row_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RowUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_RowGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Row Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Row Not Found","value":{"message":"row_not_found","data":{}}}}}}}},"deprecated":false}},"/table/create":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableCreateExecute","parameters":[{"name":"database_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/table/delete":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableDeleteExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_DeleteResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Table Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Table Not Found","value":{"message":"table_not_found","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/delete/status":{"get":{"tags":["delete"],"summary":"Execute","operationId":"DeleteStatusExecute","parameters":[{"name":"delete_id","in":"query","schema":{"type":"string"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_DeleteStatusResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/table/duplicate":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableDuplicateExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableDuplicateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Table Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Table Not Found","value":{"message":"table_not_found","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/table/export":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableExportExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"format","in":"query","schema":{"$ref":"#/components/schemas/ExportFormat"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableExportSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"oneOf":[{},{"$ref":"#/components/schemas/APIResponse_TableExportResponse_"}]}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"429":{"description":"Transfer Limit Exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Transfer Limit Exceeded","value":{"message":"transfer_limit_exceeded","data":{"detail":"Daily import/export limit reached. Please contact support if you need more."}}}}}}}},"deprecated":false}},"/table/export/count":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableExportCountExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableExportSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableExportCountResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/table/export/status":{"get":{"tags":["table"],"summary":"Execute","operationId":"TableExportStatusExecute","parameters":[{"name":"export_id","in":"query","schema":{"type":"string"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableExportStatusResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/table/get":{"get":{"tags":["table"],"summary":"Execute","operationId":"TableGetExecute","responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableGetResponse_"}}}},"404":{"description":"Table Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Table Not Found","value":{"message":"table_not_found","data":{}}}}}}}},"deprecated":false}},"/table/import":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableImportExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"format","in":"query","schema":{"$ref":"#/components/schemas/ExportFormat"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"mapping","in":"query","schema":{"type":"string","default":""},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"allow_partial","in":"query","schema":{"type":"boolean","default":false},"required":false,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"multipart/form-data":{"schema":{"properties":{"file":{"type":"string","format":"binary","contentMediaType":"application/octet-stream"}},"type":"object"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableImportResponse_"}}}},"400":{"description":"Partial Import Confirmation Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Partial Import Confirmation Required","value":{"message":"partial_import_confirmation_required","data":{}}}}}}},"429":{"description":"Transfer Limit Exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Transfer Limit Exceeded","value":{"message":"transfer_limit_exceeded","data":{"detail":"Daily import/export limit reached. Please contact support if you need more."}}}}}}}},"deprecated":false}},"/table/import/preview":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableImportPreviewExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false},{"name":"format","in":"query","schema":{"$ref":"#/components/schemas/ExportFormat"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"multipart/form-data":{"schema":{"properties":{"file":{"type":"string","format":"binary","contentMediaType":"application/octet-stream"}},"type":"object"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableImportPreviewResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"429":{"description":"Transfer Limit Exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Transfer Limit Exceeded","value":{"message":"transfer_limit_exceeded","data":{"detail":"Daily import/export limit reached. Please contact support if you need more."}}}}}}}},"deprecated":false}},"/table/import/status":{"get":{"tags":["table"],"summary":"Execute","operationId":"TableImportStatusExecute","parameters":[{"name":"import_id","in":"query","schema":{"type":"string"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableImportStatusResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/table/list":{"get":{"tags":["table"],"summary":"Execute","operationId":"TableListExecute","parameters":[{"name":"database_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/table/update":{"post":{"tags":["table"],"summary":"Execute","operationId":"TableUpdateExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_TableGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"Table Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Table Not Found","value":{"message":"table_not_found","data":{}}}}}}}},"deprecated":false}},"/user/password/change":{"post":{"tags":["user"],"summary":"Execute","operationId":"UserPasswordChangeExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChangePasswordSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PasswordVerificationResponse_"}}}},"400":{"description":"Invalid Current Password","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invalid Current Password","value":{"message":"invalid_current_password","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/user/password/confirm":{"post":{"tags":["user"],"summary":"Execute","operationId":"UserPasswordConfirmExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfirmPasswordSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Invalid Password Verification Code","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Invalid Password Verification Code","value":{"message":"invalid_password_verification_code","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/user/password/set":{"post":{"tags":["user"],"summary":"Execute","operationId":"UserPasswordSetExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SetPasswordSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_PasswordVerificationResponse_"}}}},"400":{"description":"Password Already Set","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Password Already Set","value":{"message":"password_already_set","data":{}}}}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"Too Many Requests","value":{"message":"too_many_requests","data":{}}}}}}}},"deprecated":false}},"/user/update":{"post":{"tags":["user"],"summary":"Execute","operationId":"UserUpdateExecute","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_AuthUserResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/view/create":{"post":{"tags":["view"],"summary":"Execute","operationId":"ViewCreateExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewCreateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_ViewGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/view/delete":{"post":{"tags":["view"],"summary":"Execute","operationId":"ViewDeleteExecute","parameters":[{"name":"view_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmptyAPIResponse"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"View Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"View Not Found","value":{"message":"view_not_found","data":{}}}}}}}},"deprecated":false}},"/view/list":{"get":{"tags":["view"],"summary":"Execute","operationId":"ViewListExecute","parameters":[{"name":"table_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_ViewListResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}}},"deprecated":false}},"/view/update":{"post":{"tags":["view"],"summary":"Execute","operationId":"ViewUpdateExecute","parameters":[{"name":"view_id","in":"query","schema":{"type":"integer"},"required":true,"deprecated":false,"allowEmptyValue":false,"allowReserved":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewUpdateSchema"}}},"required":true},"responses":{"200":{"description":"Request fulfilled, document follows","headers":{},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIResponse_ViewGetResponse_"}}}},"400":{"description":"Bad request syntax or unsupported method","content":{"application/json":{"schema":{"properties":{"status_code":{"type":"integer"},"detail":{"type":"string"},"extra":{"additionalProperties":{},"type":["null","object","array"]}},"type":"object","required":["detail","status_code"],"description":"Validation Exception","examples":[{"status_code":400,"detail":"Bad Request","extra":{}}]}}}},"404":{"description":"View Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorAPIResponse"},"examples":{"errorapiresponse-example-1":{"summary":"View Not Found","value":{"message":"view_not_found","data":{}}}}}}}},"deprecated":false}}},"components":{"schemas":{"APIResponse_ApiStatsResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/ApiStatsResponse"}},"type":"object","required":["data"],"title":"APIResponse[ApiStatsResponse]"},"APIResponse_ApiTokenCreateResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/ApiTokenCreateResponse"}},"type":"object","required":["data"],"title":"APIResponse[ApiTokenCreateResponse]"},"APIResponse_ApiTokenListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/ApiTokenListResponse"}},"type":"object","required":["data"],"title":"APIResponse[ApiTokenListResponse]"},"APIResponse_AuthTokenResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/AuthTokenResponse"}},"type":"object","required":["data"],"title":"APIResponse[AuthTokenResponse]"},"APIResponse_AuthUserResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/AuthUserResponse"}},"type":"object","required":["data"],"title":"APIResponse[AuthUserResponse]"},"APIResponse_DatabaseGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/DatabaseGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[DatabaseGetResponse]"},"APIResponse_DatabaseListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/DatabaseListResponse"}},"type":"object","required":["data"],"title":"APIResponse[DatabaseListResponse]"},"APIResponse_DeleteResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/DeleteResponse"}},"type":"object","required":["data"],"title":"APIResponse[DeleteResponse]"},"APIResponse_DeleteStatusResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/DeleteStatusResponse"}},"type":"object","required":["data"],"title":"APIResponse[DeleteStatusResponse]"},"APIResponse_FieldGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/FieldGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[FieldGetResponse]"},"APIResponse_FieldListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/FieldListResponse"}},"type":"object","required":["data"],"title":"APIResponse[FieldListResponse]"},"APIResponse_FileDeleteResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/FileDeleteResponse"}},"type":"object","required":["data"],"title":"APIResponse[FileDeleteResponse]"},"APIResponse_FileRenameResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/FileRenameResponse"}},"type":"object","required":["data"],"title":"APIResponse[FileRenameResponse]"},"APIResponse_FileRestoreResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/FileRestoreResponse"}},"type":"object","required":["data"],"title":"APIResponse[FileRestoreResponse]"},"APIResponse_FileUploadResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/FileUploadResponse"}},"type":"object","required":["data"],"title":"APIResponse[FileUploadResponse]"},"APIResponse_FileUrlResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/FileUrlResponse"}},"type":"object","required":["data"],"title":"APIResponse[FileUrlResponse]"},"APIResponse_GroupedRowListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/GroupedRowListResponse"}},"type":"object","required":["data"],"title":"APIResponse[GroupedRowListResponse]"},"APIResponse_InviteResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/InviteResponse"}},"type":"object","required":["data"],"title":"APIResponse[InviteResponse]"},"APIResponse_LinkedRecordListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/LinkedRecordListResponse"}},"type":"object","required":["data"],"title":"APIResponse[LinkedRecordListResponse]"},"APIResponse_OrgLimitsResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/OrgLimitsResponse"}},"type":"object","required":["data"],"title":"APIResponse[OrgLimitsResponse]"},"APIResponse_OrgMemberListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/OrgMemberListResponse"}},"type":"object","required":["data"],"title":"APIResponse[OrgMemberListResponse]"},"APIResponse_OrganizationGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/OrganizationGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[OrganizationGetResponse]"},"APIResponse_OrganizationListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/OrganizationListResponse"}},"type":"object","required":["data"],"title":"APIResponse[OrganizationListResponse]"},"APIResponse_OwnerTransferResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/OwnerTransferResponse"}},"type":"object","required":["data"],"title":"APIResponse[OwnerTransferResponse]"},"APIResponse_PasswordVerificationResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/PasswordVerificationResponse"}},"type":"object","required":["data"],"title":"APIResponse[PasswordVerificationResponse]"},"APIResponse_PendingInviteListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/PendingInviteListResponse"}},"type":"object","required":["data"],"title":"APIResponse[PendingInviteListResponse]"},"APIResponse_PublicDeleteResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/PublicDeleteResponse"}},"type":"object","required":["data"],"title":"APIResponse[PublicDeleteResponse]"},"APIResponse_PublicGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/PublicGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[PublicGetResponse]"},"APIResponse_PublicListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/PublicListResponse"}},"type":"object","required":["data"],"title":"APIResponse[PublicListResponse]"},"APIResponse_PublicRecordResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/PublicRecordResponse"}},"type":"object","required":["data"],"title":"APIResponse[PublicRecordResponse]"},"APIResponse_RecordLinkGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/RecordLinkGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[RecordLinkGetResponse]"},"APIResponse_RowGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/RowGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[RowGetResponse]"},"APIResponse_RowListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/RowListResponse"}},"type":"object","required":["data"],"title":"APIResponse[RowListResponse]"},"APIResponse_TableExportCountResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableExportCountResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableExportCountResponse]"},"APIResponse_TableExportResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableExportResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableExportResponse]"},"APIResponse_TableExportStatusResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableExportStatusResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableExportStatusResponse]"},"APIResponse_TableGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableGetResponse]"},"APIResponse_TableImportPreviewResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableImportPreviewResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableImportPreviewResponse]"},"APIResponse_TableImportResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableImportResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableImportResponse]"},"APIResponse_TableImportStatusResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableImportStatusResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableImportStatusResponse]"},"APIResponse_TableListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/TableListResponse"}},"type":"object","required":["data"],"title":"APIResponse[TableListResponse]"},"APIResponse_ViewGetResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/ViewGetResponse"}},"type":"object","required":["data"],"title":"APIResponse[ViewGetResponse]"},"APIResponse_ViewListResponse_":{"properties":{"message":{"type":"string","default":"success"},"data":{"$ref":"#/components/schemas/ViewListResponse"}},"type":"object","required":["data"],"title":"APIResponse[ViewListResponse]"},"ApiStatsDayItem":{"properties":{"day":{"type":"string"},"count":{"type":"integer"}},"type":"object","required":["count","day"],"title":"ApiStatsDayItem"},"ApiStatsResponse":{"properties":{"stats":{"items":{"$ref":"#/components/schemas/ApiStatsDayItem"},"type":"array"}},"type":"object","required":["stats"],"title":"ApiStatsResponse"},"ApiTokenCreateResponse":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"token":{"type":"string"},"role":{"$ref":"#/components/schemas/OrgRole"},"created_by_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","created_by_id","id","name","role","token"],"title":"ApiTokenCreateResponse"},"ApiTokenCreateSchema":{"properties":{"name":{"type":"string","maxLength":255,"minLength":1},"role":{"$ref":"#/components/schemas/OrgRole"}},"type":"object","required":["name"],"title":"ApiTokenCreateSchema"},"ApiTokenGetResponse":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"token_prefix":{"type":"string"},"role":{"$ref":"#/components/schemas/OrgRole"},"created_by_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","created_by_id","id","name","role","token_prefix"],"title":"ApiTokenGetResponse"},"ApiTokenListResponse":{"properties":{"tokens":{"items":{"$ref":"#/components/schemas/ApiTokenGetResponse"},"type":"array"}},"type":"object","required":["tokens"],"title":"ApiTokenListResponse"},"AuthLoginSchema":{"properties":{"email":{"type":"string","format":"email"},"password":{"type":"string"}},"type":"object","required":["email","password"],"title":"AuthLoginSchema"},"AuthRefreshSchema":{"properties":{"refresh_token":{"type":"string"}},"type":"object","required":["refresh_token"],"title":"AuthRefreshSchema"},"AuthRegisterSchema":{"properties":{"email":{"type":"string","format":"email"},"username":{"type":"string","maxLength":36,"minLength":1},"password":{"type":"string","maxLength":128,"minLength":6}},"type":"object","required":["email","password","username"],"title":"AuthRegisterSchema"},"AuthTokenResponse":{"properties":{"access_token":{"type":"string"},"refresh_token":{"type":"string"},"token_type":{"type":"string","default":"bearer"}},"type":"object","required":["access_token","refresh_token"],"title":"AuthTokenResponse"},"AuthUserResponse":{"properties":{"id":{"type":"integer"},"email":{"type":"string"},"username":{"type":"string"},"avatar_url":{"oneOf":[{"type":"string"},{"type":"null"}]},"yandex_id":{"oneOf":[{"type":"string"},{"type":"null"}]},"email_verified":{"type":"boolean","default":false},"has_password":{"type":"boolean","default":false}},"type":"object","required":["email","id","username"],"title":"AuthUserResponse"},"ChangePasswordSchema":{"properties":{"current_password":{"type":"string","minLength":1},"new_password":{"type":"string","maxLength":128,"minLength":6}},"type":"object","required":["current_password","new_password"],"title":"ChangePasswordSchema"},"ConfirmPasswordSchema":{"properties":{"request_id":{"type":"string","maxLength":32,"minLength":32},"code":{"type":"string","maxLength":6,"minLength":6}},"type":"object","required":["code","request_id"],"title":"ConfirmPasswordSchema"},"DatabaseCreateSchema":{"properties":{"name":{"type":"string","maxLength":255,"minLength":1}},"type":"object","required":["name"],"title":"DatabaseCreateSchema"},"DatabaseGetResponse":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"organization_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","id","name","organization_id"],"title":"DatabaseGetResponse"},"DatabaseListResponse":{"properties":{"databases":{"items":{"$ref":"#/components/schemas/DatabaseGetResponse"},"type":"array"}},"type":"object","required":["databases"],"title":"DatabaseListResponse"},"DatabaseUpdateSchema":{"properties":{"name":{"oneOf":[{"type":"string"},{"type":"null"}],"maxLength":255,"minLength":1}},"type":"object","required":[],"title":"DatabaseUpdateSchema"},"DeleteResponse":{"properties":{"delete_id":{"type":"string"}},"type":"object","required":["delete_id"],"title":"DeleteResponse"},"DeleteStatusResponse":{"properties":{"processed":{"type":"integer"},"total":{"type":"integer"},"status":{"$ref":"#/components/schemas/ProgressStatus"},"error_id":{"oneOf":[{"type":"string"},{"type":"null"}]}},"type":"object","required":["processed","status","total"],"title":"DeleteStatusResponse"},"EmptyAPIResponse":{"properties":{"message":{"type":"string","default":"success"},"data":{"type":"object"}},"type":"object","required":[],"title":"EmptyAPIResponse"},"ErrorAPIResponse":{"properties":{"message":{"type":"string","examples":["DwEkQQHiBrmXZcSFtoJx"]},"data":{"additionalProperties":{"examples":["b17e570850"]},"type":"object","examples":[{"JIgNZYFcagWptUqCwdER":"34"}]}},"type":"object","required":["data","message"],"title":"ErrorAPIResponse","examples":[{"message":"ilvbzQIBShDtFfOfiPXw","data":{"vmoGjgxiHQOyswaLrqex":"59d23"}}]},"ExportFormat":{"type":"string","enum":["csv","json","xlsx"],"title":"ExportFormat"},"ExportScope":{"type":"string","enum":["all","filtered"],"title":"ExportScope","default":"all"},"FieldCreateSchema":{"properties":{"name":{"type":"string","maxLength":255,"minLength":1},"field_type":{"$ref":"#/components/schemas/FieldType"},"position":{"oneOf":[{"type":"integer"},{"type":"null"}]},"config":{"additionalProperties":{},"type":"object"}},"type":"object","required":["name"],"title":"FieldCreateSchema"},"FieldGetResponse":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"field_type":{"$ref":"#/components/schemas/FieldType"},"position":{"type":"integer"},"config":{"additionalProperties":{},"type":"object"},"table_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["config","created_at","field_type","id","name","position","table_id"],"title":"FieldGetResponse"},"FieldListResponse":{"properties":{"fields":{"items":{"$ref":"#/components/schemas/FieldGetResponse"},"type":"array"}},"type":"object","required":["fields"],"title":"FieldListResponse"},"FieldType":{"type":"string","enum":["single_line_text","long_text","number","checkbox","single_select","date","url","email","file","time","datetime","link_to_record","lookup","rollup","member","duration","json"],"title":"FieldType","default":"single_line_text"},"FieldUpdateSchema":{"properties":{"name":{"oneOf":[{"type":"string"},{"type":"null"}],"maxLength":255,"minLength":1},"field_type":{"oneOf":[{"$ref":"#/components/schemas/FieldType"},{"type":"null"}]},"position":{"oneOf":[{"type":"integer"},{"type":"null"}]},"config":{"oneOf":[{"additionalProperties":{},"type":"object"},{"type":"null"}]}},"type":"object","required":[],"title":"FieldUpdateSchema"},"FileDeleteResponse":{"properties":{"file_meta":{"$ref":"#/components/schemas/FileMeta"}},"type":"object","required":["file_meta"],"title":"FileDeleteResponse"},"FileMeta":{"properties":{"s3_key":{"type":"string"},"filename":{"type":"string","default":"file"},"content_type":{"type":"string","default":"application/octet-stream"},"size":{"type":"integer","default":0}},"type":"object","required":["s3_key"],"title":"FileMeta"},"FileRenameRequest":{"properties":{"filename":{"type":"string","maxLength":512,"minLength":1}},"type":"object","required":["filename"],"title":"FileRenameRequest"},"FileRenameResponse":{"properties":{"filename":{"type":"string"},"s3_key":{"type":"string"}},"type":"object","required":["filename","s3_key"],"title":"FileRenameResponse"},"FileRestoreResponse":{"properties":{"file_meta":{"$ref":"#/components/schemas/FileMeta"}},"type":"object","required":["file_meta"],"title":"FileRestoreResponse"},"FileUploadResponse":{"properties":{"url":{"type":"string"},"filename":{"type":"string"},"content_type":{"type":"string"},"size":{"type":"integer"},"s3_key":{"type":"string"}},"type":"object","required":["content_type","filename","s3_key","size","url"],"title":"FileUploadResponse"},"FileUrlResponse":{"properties":{"url":{"type":"string"}},"type":"object","required":["url"],"title":"FileUrlResponse"},"GroupedRowListResponse":{"properties":{"groups":{"items":{},"type":"array"},"total":{"type":"integer"}},"type":"object","required":["groups","total"],"title":"GroupedRowListResponse"},"InviteCreateSchema":{"properties":{"email":{"type":"string","format":"email"},"role":{"$ref":"#/components/schemas/OrgRole"}},"type":"object","required":["email"],"title":"InviteCreateSchema"},"InviteResponse":{"properties":{"status":{"$ref":"#/components/schemas/InviteStatus"},"member":{"oneOf":[{"$ref":"#/components/schemas/OrgMemberItem"},{"type":"null"}]},"invite":{}},"type":"object","required":["invite","status"],"title":"InviteResponse"},"InviteStatus":{"type":"string","enum":["joined","invited"],"title":"InviteStatus"},"LinkedRecordItem":{"properties":{"id":{"type":"integer"},"display_value":{"type":"string"}},"type":"object","required":["display_value","id"],"title":"LinkedRecordItem"},"LinkedRecordListResponse":{"properties":{"records":{"items":{"$ref":"#/components/schemas/LinkedRecordItem"},"type":"array"}},"type":"object","required":["records"],"title":"LinkedRecordListResponse"},"MemberExportFormat":{"type":"string","enum":["name","email"],"title":"MemberExportFormat","default":"name"},"OAuthExchangeCodeSchema":{"properties":{"code":{"type":"string"}},"type":"object","required":["code"],"title":"OAuthExchangeCodeSchema"},"OrgLimitsResponse":{"properties":{"plan":{"$ref":"#/components/schemas/PlanLimitsResponse"},"usage":{"$ref":"#/components/schemas/UsageResponse"}},"type":"object","required":["plan","usage"],"title":"OrgLimitsResponse"},"OrgMemberItem":{"properties":{"id":{"type":"integer"},"user_id":{"type":"integer"},"username":{"type":"string"},"email":{"type":"string"},"avatar_url":{"oneOf":[{"type":"string"},{"type":"null"}]},"role":{"$ref":"#/components/schemas/OrgRole"}},"type":"object","required":["email","id","role","user_id","username"],"title":"OrgMemberItem"},"OrgMemberListResponse":{"properties":{"members":{"items":{"$ref":"#/components/schemas/OrgMemberItem"},"type":"array"}},"type":"object","required":["members"],"title":"OrgMemberListResponse"},"OrgMemberUpdateSchema":{"properties":{"role":{"$ref":"#/components/schemas/OrgRole"}},"type":"object","required":["role"],"title":"OrgMemberUpdateSchema"},"OrgRole":{"type":"string","enum":["owner","admin","editor","viewer"],"title":"OrgRole","default":"editor"},"OrganizationCreateSchema":{"properties":{"name":{"type":"string","maxLength":255,"minLength":1}},"type":"object","required":["name"],"title":"OrganizationCreateSchema"},"OrganizationGetResponse":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"slug":{"type":"string"},"owner_id":{"type":"integer"},"my_role":{"oneOf":[{"$ref":"#/components/schemas/OrgRole"},{"type":"null"}]},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","id","name","owner_id","slug"],"title":"OrganizationGetResponse"},"OrganizationListResponse":{"properties":{"organizations":{"items":{"$ref":"#/components/schemas/OrganizationGetResponse"},"type":"array"}},"type":"object","required":["organizations"],"title":"OrganizationListResponse"},"OrganizationUpdateSchema":{"properties":{"name":{"oneOf":[{"type":"string"},{"type":"null"}],"maxLength":255,"minLength":1}},"type":"object","required":[],"title":"OrganizationUpdateSchema"},"OwnerTransferCodeRequestSchema":{"properties":{"new_owner_id":{"type":"integer","minimum":1}},"type":"object","required":["new_owner_id"],"title":"OwnerTransferCodeRequestSchema"},"OwnerTransferConfirmSchema":{"properties":{"code":{"type":"string","maxLength":6,"minLength":6}},"type":"object","required":["code"],"title":"OwnerTransferConfirmSchema"},"OwnerTransferResponse":{"properties":{"organization_id":{"type":"integer"},"previous_owner_id":{"type":"integer"},"new_owner_id":{"type":"integer"}},"type":"object","required":["new_owner_id","organization_id","previous_owner_id"],"title":"OwnerTransferResponse"},"PasswordVerificationResponse":{"properties":{"request_id":{"type":"string"}},"type":"object","required":["request_id"],"title":"PasswordVerificationResponse"},"PendingInviteItem":{"properties":{"id":{"type":"integer"},"email":{"type":"string"},"role":{"$ref":"#/components/schemas/OrgRole"},"invited_by_username":{"type":"string"},"organization_id":{"type":"integer"},"organization_name":{"type":"string"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","email","id","invited_by_username","organization_id","organization_name","role"],"title":"PendingInviteItem"},"PendingInviteListResponse":{"properties":{"invites":{"items":{"$ref":"#/components/schemas/PendingInviteItem"},"type":"array"}},"type":"object","required":["invites"],"title":"PendingInviteListResponse"},"PlanLimitsResponse":{"properties":{"tier":{"$ref":"#/components/schemas/PlanTier"},"max_members":{"type":"integer"},"max_rows":{"type":"integer"},"max_storage_mb":{"type":"integer"},"max_api_requests_monthly":{"type":"integer"}},"type":"object","required":["max_api_requests_monthly","max_members","max_rows","max_storage_mb","tier"],"title":"PlanLimitsResponse"},"PlanTier":{"type":"string","enum":["free"],"title":"PlanTier"},"ProgressStatus":{"type":"string","enum":["queued","parsing","processing","preparing","uploading","sending","completed","failed","not_found"],"title":"ProgressStatus"},"PublicCreateBody":{"properties":{"data":{"additionalProperties":{},"type":"object"}},"type":"object","required":[],"title":"PublicCreateBody"},"PublicDeleteResponse":{"properties":{"deleted":{"type":"integer"}},"type":"object","required":["deleted"],"title":"PublicDeleteResponse"},"PublicGetResponse":{"properties":{"record":{"additionalProperties":{},"type":"object"}},"type":"object","required":["record"],"title":"PublicGetResponse"},"PublicListResponse":{"properties":{"records":{"items":{"additionalProperties":{},"type":"object"},"type":"array"},"total":{"type":"integer"},"limit":{"type":"integer"},"offset":{"type":"integer"}},"type":"object","required":["limit","offset","records","total"],"title":"PublicListResponse"},"PublicRecordResponse":{"properties":{"id":{"type":"integer"},"data":{"additionalProperties":{},"type":"object"}},"type":"object","required":["id"],"title":"PublicRecordResponse"},"PublicUpdateBody":{"properties":{"data":{"additionalProperties":{},"type":"object"}},"type":"object","required":["data"],"title":"PublicUpdateBody"},"RecordLinkCreateSchema":{"properties":{"source_row_id":{"type":"integer"},"target_row_id":{"type":"integer"}},"type":"object","required":["source_row_id","target_row_id"],"title":"RecordLinkCreateSchema"},"RecordLinkDeleteSchema":{"properties":{"source_row_id":{"type":"integer"},"target_row_id":{"type":"integer"}},"type":"object","required":["source_row_id","target_row_id"],"title":"RecordLinkDeleteSchema"},"RecordLinkGetResponse":{"properties":{"id":{"type":"integer"},"link_field_id":{"type":"integer"},"source_row_id":{"type":"integer"},"target_row_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","id","link_field_id","source_row_id","target_row_id"],"title":"RecordLinkGetResponse"},"ResendCodeSchema":{"properties":{"email":{"type":"string","format":"email"}},"type":"object","required":["email"],"title":"ResendCodeSchema"},"RichTextFormat":{"type":"string","enum":["markdown","html","raw"],"title":"RichTextFormat","default":"markdown"},"RowCreateSchema":{"properties":{"data":{"additionalProperties":{},"type":"object"}},"type":"object","required":[],"title":"RowCreateSchema"},"RowGetResponse":{"properties":{"id":{"type":"integer"},"table_id":{"type":"integer"},"data":{"additionalProperties":{},"type":"object"},"position":{"type":"number"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","data","id","position","table_id","updated_at"],"title":"RowGetResponse"},"RowListResponse":{"properties":{"rows":{"items":{"$ref":"#/components/schemas/RowGetResponse"},"type":"array"},"total":{"type":"integer"},"page":{"type":"integer"},"page_size":{"type":"integer"}},"type":"object","required":["page","page_size","rows","total"],"title":"RowListResponse"},"RowReorderSchema":{"properties":{"row_ids":{"items":{"type":"integer"},"type":"array"}},"type":"object","required":["row_ids"],"title":"RowReorderSchema"},"RowUpdateSchema":{"properties":{"data":{"additionalProperties":{},"type":"object"}},"type":"object","required":["data"],"title":"RowUpdateSchema"},"SetPasswordSchema":{"properties":{"new_password":{"type":"string","maxLength":128,"minLength":6}},"type":"object","required":["new_password"],"title":"SetPasswordSchema"},"TableCreateSchema":{"properties":{"name":{"type":"string","maxLength":255,"minLength":1}},"type":"object","required":["name"],"title":"TableCreateSchema"},"TableDuplicateSchema":{"properties":{"include_data":{"type":"boolean","default":false}},"type":"object","required":[],"title":"TableDuplicateSchema"},"TableExportCountResponse":{"properties":{"total":{"type":"integer"},"max_sync_rows":{"type":"integer"}},"type":"object","required":["max_sync_rows","total"],"title":"TableExportCountResponse"},"TableExportResponse":{"properties":{"mode":{"$ref":"#/components/schemas/TransferMode"},"export_id":{"oneOf":[{"type":"string"},{"type":"null"}]}},"type":"object","required":["mode"],"title":"TableExportResponse"},"TableExportSchema":{"properties":{"field_ids":{"items":{"type":"integer"},"type":"array"},"scope":{"$ref":"#/components/schemas/ExportScope"},"filters":{"oneOf":[{"additionalProperties":{},"type":"object"},{"type":"null"}]},"sorts":{"oneOf":[{"items":{"additionalProperties":{},"type":"object"},"type":"array"},{"type":"null"}]},"search_query":{"oneOf":[{"type":"string"},{"type":"null"}]},"search_field_id":{"oneOf":[{"type":"integer"},{"type":"null"}]},"email":{"oneOf":[{"type":"string"},{"type":"null"}]},"member_format":{"$ref":"#/components/schemas/MemberExportFormat"}},"type":"object","required":[],"title":"TableExportSchema"},"TableExportStatusResponse":{"properties":{"processed":{"type":"integer"},"total":{"type":"integer"},"status":{"$ref":"#/components/schemas/ProgressStatus"},"error_id":{"oneOf":[{"type":"string"},{"type":"null"}]},"download_url":{"oneOf":[{"type":"string"},{"type":"null"}]}},"type":"object","required":["processed","status","total"],"title":"TableExportStatusResponse"},"TableGetResponse":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"database_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["created_at","database_id","id","name"],"title":"TableGetResponse"},"TableImportPreviewResponse":{"properties":{"headers":{"items":{"type":"string"},"type":"array"},"sample_rows":{"items":{"items":{"oneOf":[{"type":"string"},{"type":"null"}]},"type":"array"},"type":"array"},"total_rows":{"type":"integer"},"warnings":{"items":{"type":"string"},"type":"array"},"max_sync_rows":{"type":"integer"}},"type":"object","required":["headers","max_sync_rows","sample_rows","total_rows","warnings"],"title":"TableImportPreviewResponse"},"TableImportResponse":{"properties":{"mode":{"$ref":"#/components/schemas/TransferMode"},"created":{"oneOf":[{"type":"integer"},{"type":"null"}]},"skipped":{"oneOf":[{"type":"integer"},{"type":"null"}]},"import_id":{"oneOf":[{"type":"string"},{"type":"null"}]}},"type":"object","required":["mode"],"title":"TableImportResponse"},"TableImportStatusResponse":{"properties":{"processed":{"type":"integer"},"total":{"type":"integer"},"status":{"$ref":"#/components/schemas/ProgressStatus"},"error_id":{"oneOf":[{"type":"string"},{"type":"null"}]}},"type":"object","required":["processed","status","total"],"title":"TableImportStatusResponse"},"TableListResponse":{"properties":{"tables":{"items":{"$ref":"#/components/schemas/TableGetResponse"},"type":"array"}},"type":"object","required":["tables"],"title":"TableListResponse"},"TableUpdateSchema":{"properties":{"name":{"oneOf":[{"type":"string"},{"type":"null"}],"maxLength":255,"minLength":1}},"type":"object","required":[],"title":"TableUpdateSchema"},"TransferMode":{"type":"string","enum":["sync","async"],"title":"TransferMode"},"UsageResponse":{"properties":{"members_count":{"type":"integer"},"storage_used_bytes":{"type":"integer"},"databases_count":{"type":"integer"},"tables_count":{"type":"integer"},"rows_count":{"type":"integer"},"api_requests_this_month":{"type":"integer"},"billing_period_start":{"type":"string","format":"date-time"},"billing_period_end":{"type":"string","format":"date-time"}},"type":"object","required":["api_requests_this_month","billing_period_end","billing_period_start","databases_count","members_count","rows_count","storage_used_bytes","tables_count"],"title":"UsageResponse"},"UserUpdateSchema":{"properties":{"username":{"type":"string","maxLength":36,"minLength":1}},"type":"object","required":["username"],"title":"UserUpdateSchema"},"VerifyEmailSchema":{"properties":{"email":{"type":"string","format":"email"},"code":{"type":"string","maxLength":6,"minLength":6}},"type":"object","required":["code","email"],"title":"VerifyEmailSchema"},"ViewCreateSchema":{"properties":{"name":{"type":"string","maxLength":255,"minLength":1},"view_type":{"$ref":"#/components/schemas/ViewType"},"config":{"oneOf":[{"additionalProperties":{},"type":"object"},{"type":"null"}]}},"type":"object","required":["name"],"title":"ViewCreateSchema"},"ViewGetResponse":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"table_id":{"type":"integer"},"view_type":{"$ref":"#/components/schemas/ViewType"},"field_order":{"items":{"oneOf":[{"type":"integer"},{"type":"string"}]},"type":"array"},"hidden_field_ids":{"items":{"type":"integer"},"type":"array"},"filters":{"additionalProperties":{},"type":"object"},"sorts":{"items":{"additionalProperties":{},"type":"object"},"type":"array"},"config":{"additionalProperties":{},"type":"object"},"position":{"type":"integer"},"created_at":{"type":"string","format":"date-time"}},"type":"object","required":["config","created_at","field_order","filters","hidden_field_ids","id","name","position","sorts","table_id","view_type"],"title":"ViewGetResponse"},"ViewListResponse":{"properties":{"views":{"items":{"$ref":"#/components/schemas/ViewGetResponse"},"type":"array"}},"type":"object","required":["views"],"title":"ViewListResponse"},"ViewType":{"type":"string","enum":["grid","gallery","kanban","calendar","list"],"title":"ViewType","default":"grid"},"ViewUpdateSchema":{"properties":{"name":{"oneOf":[{"type":"string"},{"type":"null"}],"maxLength":255,"minLength":1},"field_order":{"oneOf":[{"items":{"oneOf":[{"type":"integer"},{"type":"string"}]},"type":"array"},{"type":"null"}]},"hidden_field_ids":{"oneOf":[{"items":{"type":"integer"},"type":"array"},{"type":"null"}]},"filters":{"oneOf":[{"additionalProperties":{},"type":"object"},{"type":"null"}]},"sorts":{"oneOf":[{"items":{"additionalProperties":{},"type":"object"},"type":"array"},{"type":"null"}]},"config":{"oneOf":[{"additionalProperties":{},"type":"object"},{"type":"null"}]},"position":{"oneOf":[{"type":"integer"},{"type":"null"}]}},"type":"object","required":[],"title":"ViewUpdateSchema"}}}}