Skip to content

Commit 9d582b2

Browse files
Clarifies API entrypoint section headers
Updates comments to more accurately describe API entrypoints, improving readability and maintainability by aligning section headers with their actual functionality.
1 parent 5c1533a commit 9d582b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/specs/web-server/_conversations.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646
#
47-
# API entrypoints PROJECTS/*/CONVERSATIONS/*
47+
# API entrypoints CONVERSATIONS
4848
#
4949

5050

@@ -99,7 +99,9 @@ async def get_conversation(
9999
): ...
100100

101101

102-
### Conversation Messages
102+
#
103+
# API entrypoints CONVERSATION MESSAGES
104+
#
103105

104106

105107
@router.post(

0 commit comments

Comments
 (0)