UpdateCollectionImageRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| original_name | string | Path and collection_id are immutable - not allowed in updates | [optional] [default to undefined] |
| mime_type | string | [optional] [default to undefined] | |
| size | number | [optional] [default to undefined] | |
| alt_text | string | [optional] [default to undefined] | |
| display_order | number | [optional] [default to undefined] | |
| include | string | Comma-separated list of related resources to include. Valid values: `collection`. | [optional] [default to undefined] |
Example
import { UpdateCollectionImageRequest } from './api';
const instance: UpdateCollectionImageRequest = {
original_name,
mime_type,
size,
alt_text,
display_order,
include,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.