Create a new property group
Create a new property group for a specified object type within a given app. This endpoint allows you to organize properties into groups, making it easier to manage and categorize them within your application.
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 where the property group will be created.
The type of object for which the property group is being created.
Body
The display label for the property group. This is a string that is shown in the user interface to represent the group.
The unique name of the property group. This is a string that identifies the group within the system.
An integer representing the order in which the property group should be displayed relative to other groups.
Response
successful operation
A boolean indicating whether the property group is archived. It is required.
A human-readable label for the property group. It is a string and is required.
The name of the property group. It is a string and is required.
An integer indicating the order in which the property group should be displayed.