Update the schema for an object type
Update the schema for a specific object type within a given app. This operation allows you to modify the existing schema details, which can be useful for adapting to changes in data structure requirements or business logic.
Supported products
Supported products
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the app associated with the schema.
The type of object whose schema is being updated.
Body
A boolean indicating whether the description should be cleared or reset.
A boolean that specifies if the object type allows properties marked as sensitive.
A string providing a description of the object type.
A string that identifies the primary property used for displaying the object.
An array of strings indicating which properties are required for the object type.
A boolean indicating whether the object type can be restored after deletion.
An array of strings specifying which properties can be used in search queries.
An array of strings that list additional properties used for displaying the object.
Response
successful operation
A boolean indicating whether the object type allows sensitive properties.
A boolean indicating whether the object type is archived.
A string representing the fully qualified name of the object type.
A string representing the unique identifier for the object type.
A string representing the name of the object type.
A string representing the unique identifier for the object type within the system.
An array of strings representing the properties that are required for this object type.
An array of strings indicating which properties can be used in search operations.
An array of strings representing additional properties used for displaying this object type.
A string representing the date and time when the object type was created, in ISO 8601 format.
A string providing a description of the object type.
An integer representing the portal ID associated with the object type.
A string representing the primary property used for displaying this object type.
A string representing the date and time when the object type was last updated, in ISO 8601 format.