Does anyone know the correct syntax to open a source into a clip that has a space in the source's name? I'm trying to load a text block source into a clip but can't get it to work.
I'm using the endpoint:
Code: Select all
/composition/clips/by-id/{clip-id}/open
and have tried a bunch of different variations for the body value such as:
Code: Select all
source:///video/TextBlock
source:///video/Textblock
source:///video/Text_Block
source:///video/Text\ Block
But none of these seem to work. Using a source that doesn't have a space in it's name like
works fine.
Thank you!