{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "StaticResource - Tooling API", "description": "Represents the working copy of a static resource file for editing or saving. Static resources allow you to upload content that you can reference in a Visualforce page, including images, stylesheets, JavaScript, and other files. Available in Tooling API version 29.0 and later.", "supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`", "supported_rest_api_http_methods": "`Query`, `GET`, `POST`, `PATCH`, `DELETE`", "fields_columns": [ "type", "properties", "description" ], "fields": { "Body": { "type": "string", "properties": "Create, Update", "description": "The data for the static resource file." }, "ContentType": { "type": "string", "properties": "Create, Update", "description": "The content type of the file, for example text/plain.", "required": true }, "CacheControl": { "type": "string", "properties": "Create, Update", "description": "Indicates whether the static resource is marked with a public caching tag so that a third-party delivery client can cache the content. The valid values are: Private Public", "required": true }, "ManageableState": { "type": "ManageableState enumerated list", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "Indicates the manageable state of the specified component that is contained in a package: beta deleted deprecated deprecatedEditable installed installedEditable released unmanaged" }, "Name": { "type": "string", "properties": "Create, Update", "description": "The static resource name. The name can only contain characters, letters, and the underscore (_) character, must start with a letter, and cannot end with an underscore or contain two consecutive underscore characters" } }, "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 \n \n \n \n\n```" }