We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61134ee commit ccf2871Copy full SHA for ccf2871
fern/docs/pages/customization.mdx
@@ -391,7 +391,8 @@ allowing for future tenant-specific field additions.
391
#### Bulk Upgrades
392
393
All objects of a given type can be upgraded to the latest fragment version using the
394
-`objects.bulk-upgrade` API.
+`objects.bulk-upgrade` API. It is an async API that schedules a job to scan all the
395
+objects of the given type and upgrade them.
396
397
```curl {16-18, 21}
398
curl --location 'https://api.devrev.ai/internal/objects.bulk-upgrade' \
0 commit comments