Better deninition
This commit is contained in:
		| @@ -4,6 +4,7 @@ import define from '../../../define'; | ||||
| import { ApiError } from '../../../error'; | ||||
| import { getUser } from '../../../common/getters'; | ||||
| import { UserGroups, UserGroupJoinings } from '../../../../../models'; | ||||
| import { types, bool } from '../../../../../misc/schema'; | ||||
|  | ||||
| export const meta = { | ||||
| 	desc: { | ||||
| @@ -31,6 +32,12 @@ export const meta = { | ||||
| 		}, | ||||
| 	}, | ||||
|  | ||||
| 	res: { | ||||
| 		type: types.object, | ||||
| 		optional: bool.false, nullable: bool.false, | ||||
| 		ref: 'UserGroup', | ||||
| 	}, | ||||
|  | ||||
| 	errors: { | ||||
| 		noSuchGroup: { | ||||
| 			message: 'No such group.', | ||||
|   | ||||
| @@ -3,6 +3,7 @@ import { ID } from '../../../../../misc/cafy-id'; | ||||
| import define from '../../../define'; | ||||
| import { ApiError } from '../../../error'; | ||||
| import { UserGroups } from '../../../../../models'; | ||||
| import { types, bool } from '../../../../../misc/schema'; | ||||
|  | ||||
| export const meta = { | ||||
| 	desc: { | ||||
| @@ -34,6 +35,12 @@ export const meta = { | ||||
| 		} | ||||
| 	}, | ||||
|  | ||||
| 	res: { | ||||
| 		type: types.object, | ||||
| 		optional: bool.false, nullable: bool.false, | ||||
| 		ref: 'UserGroup', | ||||
| 	}, | ||||
|  | ||||
| 	errors: { | ||||
| 		noSuchGroup: { | ||||
| 			message: 'No such group.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo