Scripting
Shell scripting
Use case: Launching a function over every item in a container
curl --request GET --url "$your_platform_url/api/file" \
--header "Content-Type: application/json" \
--header "authorization: Bearer $your_platform_api_key" \
--data '{
"conditions": [
{
"container_id": 15
}
]
}'


Use case: Copy content from one container to another one


Last updated
Was this helpful?

