Skip to content

Commit ccf2871

Browse files
committed
Add documentation on API semantics
1 parent 61134ee commit ccf2871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fern/docs/pages/customization.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ allowing for future tenant-specific field additions.
391391
#### Bulk Upgrades
392392

393393
All objects of a given type can be upgraded to the latest fragment version using the
394-
`objects.bulk-upgrade` API.
394+
`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.
395396

396397
```curl {16-18, 21}
397398
curl --location 'https://api.devrev.ai/internal/objects.bulk-upgrade' \

0 commit comments

Comments
 (0)