Skip to content

Ensure Asset IDs

POST
/v1/actions/ensure-asset-ids
curl --request POST \
--url https://example.com/api/v1/actions/ensure-asset-ids \
--header 'Authorization: <Authorization>'

Ensures all items in the database have an asset ID

OK

Media type application/json
object
completed
integer
Example generated
{
"completed": 1
}