Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/speedup-espresso.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,15 @@ POST /framework/v1/espresso/build
You can not use the following filters simultaneously.
- `class` and `package`
- `class` and `skipClass`
- `annotation` and `skipAnnotation`
- `package` and `skipPackage`
:::

:::info Note
You can use the following filters simultaneously.
- `annotation` and `skipAnnotation`
:::


## Some Examples

Please refer to the example `cURL` requests given below for your reference.
Expand Down