Variant
update-shared-link-error
No description available.
variant update-shared-link-error {
bad-request(string),
unauthorized(string),
forbidden(string),
not-found(string),
method-not-allowed(string),
precondition-failed(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| bad-request | string | |
| unauthorized | string | |
| forbidden | string | |
| not-found | string | |
| method-not-allowed | string | |
| precondition-failed | string | |
| other | string |