|
|
|
@ -88,7 +88,7 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/user/signup": { |
|
|
|
|
"/api/v1/db/auth/user/signup": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Signup", |
|
|
|
|
"operationId": "auth-signup", |
|
|
|
@ -187,7 +187,7 @@
|
|
|
|
|
"description": "Create a new user with provided email and password and first user is marked as super admin. " |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/user/signout": { |
|
|
|
|
"/api/v1/db/auth/user/signout": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Signout", |
|
|
|
|
"operationId": "auth-signout", |
|
|
|
@ -231,7 +231,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/user/signin": { |
|
|
|
|
"/api/v1/db/auth/user/signin": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Signin", |
|
|
|
|
"operationId": "auth-signin", |
|
|
|
@ -292,7 +292,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/user/me": { |
|
|
|
|
"/api/v1/db/auth/user/me": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"$ref": "#/components/parameters/xc-auth" |
|
|
|
@ -344,7 +344,7 @@
|
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/password/forgot": { |
|
|
|
|
"/api/v1/db/auth/password/forgot": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Forget Password", |
|
|
|
|
"operationId": "auth-password-forgot", |
|
|
|
@ -408,7 +408,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/password/change": { |
|
|
|
|
"/api/v1/db/auth/password/change": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Change Password", |
|
|
|
|
"operationId": "auth-password-change", |
|
|
|
@ -469,7 +469,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/token/validate/{token}": { |
|
|
|
|
"/api/v1/db/auth/token/validate/{token}": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Verify Reset Token", |
|
|
|
|
"operationId": "auth-password-reset-token-validate", |
|
|
|
@ -529,7 +529,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/email/validate/{token}": { |
|
|
|
|
"/api/v1/db/auth/email/validate/{token}": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Verify Email", |
|
|
|
|
"operationId": "auth-email-validate", |
|
|
|
@ -589,7 +589,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/password/reset/{token}": { |
|
|
|
|
"/api/v1/db/uth/password/reset/{token}": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Reset Password", |
|
|
|
|
"operationId": "auth-password-reset", |
|
|
|
@ -665,7 +665,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/auth/token/refresh": { |
|
|
|
|
"/api/v1/db/auth/token/refresh": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Refresh Token", |
|
|
|
|
"operationId": "auth-token-refresh", |
|
|
|
@ -11501,7 +11501,7 @@
|
|
|
|
|
"description": "Get the table rows but exculding the current record's children and parent" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-view/{sharedViewUuid}/group/{columnId}": { |
|
|
|
|
"/api/v1/db/public/shared-view/{sharedViewUuid}/group/{columnId}": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -11742,7 +11742,7 @@
|
|
|
|
|
"description": "List Shared View Grouped Data" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-view/{sharedViewUuid}/rows": { |
|
|
|
|
"/api/v1/db/public/shared-view/{sharedViewUuid}/rows": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -11950,7 +11950,7 @@
|
|
|
|
|
"description": "Create a new row for the target shared view" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-view/{sharedViewUuid}/groupby": { |
|
|
|
|
"/api/v1/db/public/shared-view/{sharedViewUuid}/groupby": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -12073,7 +12073,7 @@
|
|
|
|
|
"description": "List all shared view rows grouped by a column" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-view/{sharedViewUuid}/rows/{rowId}/{relationType}/{columnName}": { |
|
|
|
|
"/api/v1/db/public/shared-view/{sharedViewUuid}/rows/{rowId}/{relationType}/{columnName}": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -12271,7 +12271,7 @@
|
|
|
|
|
"description": "List all nested list data in a given shared view" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-view/{sharedViewUuid}/rows/export/{type}": { |
|
|
|
|
"/api/v1/db/public/shared-view/{sharedViewUuid}/rows/export/{type}": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -12329,7 +12329,7 @@
|
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-view/{sharedViewUuid}/nested/{columnName}": { |
|
|
|
|
"/api/v1/db/public/shared-view/{sharedViewUuid}/nested/{columnName}": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -12451,7 +12451,7 @@
|
|
|
|
|
"description": "List Nested Data Relation" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-base/{sharedBaseUuid}/meta": { |
|
|
|
|
"/api/v1/db/public/shared-base/{sharedBaseUuid}/meta": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -12506,7 +12506,7 @@
|
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-view/{sharedViewUuid}/meta": { |
|
|
|
|
"/api/v1/db/public/shared-view/{sharedViewUuid}/meta": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -12611,7 +12611,7 @@
|
|
|
|
|
"description": "Get Share View Meta" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/public/shared-erd/{sharedErdUuid}/meta": { |
|
|
|
|
"/api/v1/db/public/shared-erd/{sharedErdUuid}/meta": { |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"schema": { |
|
|
|
@ -14927,7 +14927,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"/api/v1/storage/upload": { |
|
|
|
|
"/api/v1/db/storage/upload": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Attachment Upload", |
|
|
|
|
"operationId": "storage-upload", |
|
|
|
@ -14973,7 +14973,7 @@
|
|
|
|
|
"description": "Upload attachment" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/api/v1/storage/upload-by-url": { |
|
|
|
|
"/api/v1/db/storage/upload-by-url": { |
|
|
|
|
"post": { |
|
|
|
|
"summary": "Attachment Upload by URL", |
|
|
|
|
"operationId": "storage-upload-by-url", |
|
|
|
|