mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
org export as json
This commit is contained in:
@@ -331,6 +331,16 @@ export const apiContract = c.router({
|
||||
404: ApiErrorSchema,
|
||||
},
|
||||
},
|
||||
organisationExport: {
|
||||
method: "GET",
|
||||
path: "/organisation/export",
|
||||
query: OrgByIdQuerySchema,
|
||||
responses: {
|
||||
200: z.any(),
|
||||
403: ApiErrorSchema,
|
||||
404: ApiErrorSchema,
|
||||
},
|
||||
},
|
||||
organisationUpdate: {
|
||||
method: "POST",
|
||||
path: "/organisation/update",
|
||||
|
||||
Reference in New Issue
Block a user