Skip to content

Type error for InputUpdateCase #495

@K-Yo

Description

@K-Yo

When updating a case, we can unset the assignee. This is done by sending

{"assignee": null}

to the API.

The InputUpdateCase model should reflect this possibility:

    assignee: str | None

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions