Variant
put-folders-id-error
No description available.
variant put-folders-id-error {
bad-request(string),
forbidden(string),
not-found(string),
conflict(string),
precondition-failed(string),
service-unavailable(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| bad-request | string | |
| forbidden | string | |
| not-found | string | |
| conflict | string | |
| precondition-failed | string | |
| service-unavailable | string | |
| other | string |