Skip to content

Commit

Permalink
πŸ› fix path param
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Dec 28, 2023
1 parent 620e48c commit fe98961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifsguid/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def get_all_message_in_interaction(


@router.post(
"/interactions/{interactions_id}/messages", response_model=List[schemas.Message]
"/interactions/{interaction_id}/messages", response_model=List[schemas.Message]
)
async def create_message(
interaction_id: UUID,
Expand Down

0 comments on commit fe98961

Please sign in to comment.