Update Property Group Using PUT
Updates a property group
propertyGroupId
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
{
"createdAt": "string",
"createdBy": "string",
"description": "string",
"displayName": "string",
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"projectName": "string",
"properties": {
"properties": {
"$dynamicDefault": "string",
"$dynamicEnum": "string",
"const": {},
"default": {},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"items": "Property Object",
"maxItems": 0,
"maxLength": 0,
"maximum": 0,
"minItems": 0,
"minLength": 0,
"minimum": 0,
"oneOf": [
"Property Object"
],
"pattern": "string",
"properties": {
"properties": "Property Object"
},
"readOnly": false,
"title": "string",
"type": "string"
}
},
"type": "string",
"updatedAt": "string",
"updatedBy": "string"
}
Created time
Created by
Property group description
Property group display name
Object ID
Property group name
Org ID
Project ID
Project Name
Properties
Property group type
Updated time
Updated by
OK
"PropertyGroup Object"
Created time
Created by
Property group description
Property group display name
Object ID
Property group name
Org ID
Project ID
Project Name
Properties
Property group type
Updated time
Updated by
Bad Request
Unauthorized
Forbidden
Not Found
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/properties/api/property-groups/{propertyGroupId}