Skip to content

Commit

Permalink
cookie search: document names and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Nov 5, 2024
1 parent d437d05 commit 427fa4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@ See the guide for using this endpoint:
The `next` value from the last response.
</ParamField>

<ParamField body="names" type="string[]">
A list of names to filter for specific cookies, for example `['session', 'PHPSESSID']`. (max: 10)
</ParamField>

<ParamField body="paths" type="string[]">
A list of paths to filter for specific cookies, for example `['/', '/login']`. (max: 50)
A list of paths to filter for specific cookies, for example `['/', '/login']`. (max: 10)
</ParamField>

<ParamField body="expires_after" type="string">
Expand Down

0 comments on commit 427fa4a

Please sign in to comment.