v1
latestOpenAPI 3.1.02026-07-1740131135.9 KBAdd New Dm
Add a new user of the role Decision Maker to the database. Requires no login.
Args: form_data (Annotated[OAuth2PasswordRequestForm, Depends()]): The user credentials to add to the database. session (Annotated[Session, Depends(get_session)]): the database session.
Returns: JSONResponse: A JSON response
Raises: HTTPException: if username is already in use or if saving to the database fails for some reason.
post/add_new_dm
Response
Successful Response
{"stackTrail":"paths:/add_new_dm:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}