Prepare-Update Schemas Subtypes
Gets the new fragment IDs and fields resulting from changing a subtype.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
leaf_type
Leaf type of the object.
is_custom_leaf_type
Whether the leaf type corresponds to a custom object.
new_subtype
Name of the new subtype for the object.
object
ID of the object of which subtype is to be changed. Used to fetch
the object's custom schema fragments and custom fields
Response
Success.
added_fields
List of fields that have a default value and need to be set.
dropped_fields
List of fields that will be dropped from the object.
new_custom_schema_fragments
List of new custom schema fragment IDs of the object.
new_start_stage
ID of the start stage of the new diagram if the subtype change
results in a change in the stage diagram.