v1

latestOpenAPI 3.1.02026-07-1740131135.9 KB

Create Group

Create group.

Args: request (GroupCreateRequest): a request that holds information to be used in creation of the group. user (Annotated[User, Depends(get_current_user)]): the current user. session (Annotated[Session, Depends(get_session)]): the database session.

Returns: JSONResponse: Aknowledgement that the gourp was created

Raises: HTTPException

post/gdm/create_group

Request body

group_namestring required
problem_idinteger required

Response

Successful Response

{"stackTrail":"paths:/gdm/create_group:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}