Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173876,7 +173876,7 @@ paths:
schema:
default: true
type: boolean
- description: Filter indicators whose triage state was updated by a specific user UUID.
- description: Filter indicators whose triage state was updated by a specific user identified by their handle.
in: query
name: worked_by
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17555,8 +17555,8 @@ public ListIndicatorsOfCompromiseOptionalParameters ocsf(Boolean ocsf) {
/**
* Set workedBy.
*
* @param workedBy Filter indicators whose triage state was updated by a specific user UUID.
* (optional)
* @param workedBy Filter indicators whose triage state was updated by a specific user
* identified by their handle. (optional)
* @return ListIndicatorsOfCompromiseOptionalParameters
*/
public ListIndicatorsOfCompromiseOptionalParameters workedBy(String workedBy) {
Expand Down
Loading