Variant
update-alert-error
No description available.
variant update-alert-error {
bad-request(string),
forbidden(string),
not-found(string),
conflict(string),
unprocessable-entity(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| bad-request | string | |
| forbidden | string | |
| not-found | string | |
| conflict | string | |
| unprocessable-entity | string | |
| other | string |