Skip to content

Commit ffa5c05

Browse files
committed
try to fix list formatting
1 parent 4fe07d4 commit ffa5c05

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

docs/GreedyBear/Usage.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,20 @@ This API is protected through authentication. Please reach out [Matteo Lodi](htt
123123

124124
### Responses
125125
- Response (200): JSON object containing:
126-
- query (str): The original query parameter
127-
- commands (list[str]): Unique command sequences (newline-delimited strings)
128-
- sources (list[str]): Unique source IP addresses
129-
- credentials (list[str], optional): Unique credentials if include_credentials=true
130-
- sessions (list[object], optional): Session details if include_session_data=true
131-
- time (datetime): Session start time
132-
- duration (float): Session duration in seconds
133-
- source (str): Source IP address
134-
- interactions (int): Number of interactions in session
135-
- credentials (list[str]): Credentials used in this session
136-
- commands (str): Command sequence executed (newline-delimited)
126+
127+
- query (str): The original query parameter
128+
- commands (list[str]): Unique command sequences (newline-delimited strings)
129+
- sources (list[str]): Unique source IP addresses
130+
- credentials (list[str], optional): Unique credentials if include_credentials=true
131+
- sessions (list[object], optional): Session details if include_session_data=true
132+
133+
- time (datetime): Session start time
134+
- duration (float): Session duration in seconds
135+
- source (str): Source IP address
136+
- interactions (int): Number of interactions in session
137+
- credentials (list[str]): Credentials used in this session
138+
- commands (str): Command sequence executed (newline-delimited)
139+
137140
- Response (400): Bad Request - Missing or invalid query parameter
138141
- Response (404): Not Found - No matching sessions found
139142

0 commit comments

Comments
 (0)