File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,20 @@ The object now references the latest fragment version (`custom_type_fragment/2`)
388
388
the optional release notes field is absent, the tenant fragment remains attached,
389
389
allowing for future tenant-specific field additions.
390
390
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.
395
+
396
+ ``` curl {16-18, 21}
397
+ curl --location 'https://api.devrev.ai/internal/objects.bulk-upgrade' \
398
+ --header 'Content-Type: application/json' \
399
+ --header 'Authorization: Bearer <TOKEN>' \
400
+ --data '{
401
+ "type": "issue"
402
+ }
403
+ ```
404
+
391
405
## Deprecate custom schema fragments
392
406
393
407
Custom schema fragments can be deprecated to avoid creating work items using them. The
You can’t perform that action at this time.
0 commit comments