{ "sections": [ "title", "description", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "PostTemplate - Tooling API", "description": "Represents an approval post template for Approvals in Chatter.", "supported_rest_api_http_methods": "`GET`, `PATCH`", "fields_columns": [ "type", "properties", "description" ], "fields": { "Description": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "A description of the feed post template, limited to 255 characters." }, "EntityDefinition": { "type": "EntityDefinition", "properties": "Filter, Group, Sort", "description": "A relationship lookup to the object type associated with this PostTemplate. You can’t interact directly with this field. Instead, use it in queries." }, "EntityDefinitionId": { "type": "string", "properties": "Filter, Group, Sort", "description": "The durable ID for the object defined in the EntityDefinition field." }, "Name": { "type": "string", "properties": "Create, Filter, Group, idLookup, Sort, Update", "description": "The template name." } }, "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }