mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
16 lines
542 B
JSON
16 lines
542 B
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"supported_soap_calls",
|
|
"field"
|
|
],
|
|
"title": "MetadataWarningsHeader - Tooling API",
|
|
"description": "Allows you to save metadata even if warnings are returned.",
|
|
"supported_soap_calls": "`delete()`, `update()`, `upsert()`",
|
|
"field": {
|
|
"ignoreSaveWarnings": {
|
|
"description": "If true, you can save metadata such as a flow even if there are warnings, but not if there are errors. See also Allow Metadata Save Operations to Complete with Returned Warnings"
|
|
}
|
|
}
|
|
} |