You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**create_placeholder**](ImportApi.md#create_placeholder) | **POST** /import/placeholder | Create a placeholder item
9
9
[**create_placeholder_import_passkey**](ImportApi.md#create_placeholder_import_passkey) | **POST** /import/placeholder/{item-id}/raw-passkey | Create passkey for placeholder item
10
10
[**delete_default_access_control_for_group**](ImportApi.md#delete_default_access_control_for_group) | **DELETE** /import/access/group/{group-name} | Remove a group from the default access control list
[**import_item_raw**](ImportApi.md#import_item_raw) | **POST** /import/raw | Import using the request body
20
20
[**import_item_raw_passkey**](ImportApi.md#import_item_raw_passkey) | **POST** /import/raw-passkey | Import using a passkey
21
21
[**import_placeholder_bulk**](ImportApi.md#import_placeholder_bulk) | **POST** /import/placeholder/{item-id} | Import to a placeholder item in bulk
22
-
[**import_placeholder_raw**](ImportApi.md#import_placeholder_raw) | **POST** /import/placeholder/{item-id}/[container,audio,video,binary]/raw | Import to a placeholder item using the request body
22
+
[**import_placeholder_raw**](ImportApi.md#import_placeholder_raw) | **POST** /import/placeholder/{item-id}/{component-type}/raw | Import to a placeholder item using the request body
23
23
[**import_project**](ImportApi.md#import_project) | **POST** /import/project | Import a project
24
24
[**import_project_sequence**](ImportApi.md#import_project_sequence) | **POST** /import/project/sequence | Import a sequence
25
25
[**import_sidecar**](ImportApi.md#import_sidecar) | **POST** /import/sidecar/{item-id} | Import a sidecar file
26
26
[**import_sidecar_raw**](ImportApi.md#import_sidecar_raw) | **POST** /import/sidecar/{item-id}/raw | Import a sidecar file
27
27
[**import_storage_definition**](ImportApi.md#import_storage_definition) | **POST** /storage/import | Import a storage definition
28
-
[**import_to_placeholder**](ImportApi.md#import_to_placeholder) | **POST** /import/placeholder/{item-id}/[container,audio,video,binary] | Import to a placeholder item
28
+
[**import_to_placeholder**](ImportApi.md#import_to_placeholder) | **POST** /import/placeholder/{item-id}/{component-type} | Import to a placeholder item
29
29
[**update_default_access_control_for_group**](ImportApi.md#update_default_access_control_for_group) | **PUT** /import/access/group/{group-name} | Add a group to the default access control list
**component_type** | **str**| The component type. |
72
74
**file_id** | **str**| The file id. |
73
75
**index** | **int**| Index (order) of the component. | [optional]
74
76
**shape_id** | **str**| Shape id for which shape to receive the content. | [optional]
@@ -1319,7 +1321,7 @@ Name | Type | Description | Notes
1319
1321
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**component_type** | **str**| The component type. |
1380
1384
**body** | **file**| The raw data. |
1381
1385
**resource_id** | **str**| The transcoder resource to use to execute the transcode. | [optional]
1382
1386
**jobmetadata** | [**list[str]**](str.md)| Additional information for the job task. | [optional]
@@ -1756,7 +1760,7 @@ void (empty response body)
1756
1760
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
component_type ='component_type_example'# str | The component type.
1782
1787
uri ='uri_example'# str | A URI to the file that will be imported. Make sure to percent encode the URI. Must be specified unless `fileId` is specified. (optional)
1783
1788
no_transcode =False# bool | - `true` - Will disable transcoding even if the `tags` parameter is set. Rather, the specified tag will be used to determine cropping, scaling etc. of thumbnails. - `false` (default) - Normal transcode. (optional) (default to False)
1784
1789
original ='original_example'# str | If specified, should be one of the tags specified in the tag parameter. Specifies that the original shape tag will be reset to the shape created to this tag. (optional)
**component_type** | **str**| The component type. |
1818
1824
**uri** | **str**| A URI to the file that will be imported. Make sure to percent encode the URI. Must be specified unless `fileId` is specified. | [optional]
1819
1825
**no_transcode** | **bool**| - `true` - Will disable transcoding even if the `tags` parameter is set. Rather, the specified tag will be used to determine cropping, scaling etc. of thumbnails. - `false` (default) - Normal transcode. | [optional][default to False]
1820
1826
**original** | **str**| If specified, should be one of the tags specified in the tag parameter. Specifies that the original shape tag will be reset to the shape created to this tag. | [optional]
0 commit comments