migrator completed
This commit is contained in:
@@ -21,9 +21,7 @@ def building_types_list(request: Request, list_options: ListOptions):
|
||||
return token_dict.available_event(list_options=list_options, token_dict=token_dict)
|
||||
|
||||
|
||||
@build_types_route.post(
|
||||
path="/create", summary="Create BuildParts with given auth levels"
|
||||
)
|
||||
@build_types_route.post(path="/create", summary="Create BuildParts with given auth levels")
|
||||
def building_types_create(request: Request, data: InsertBuildTypes):
|
||||
token_dict = parse_token_object_to_dict(request=request)
|
||||
return token_dict.available_event(data=data, token_dict=token_dict)
|
||||
|
||||
Reference in New Issue
Block a user