afv-library/skills/platform-metadata-api-context-get/assets/metadata_api/AllOrNoneHeader.json

17 lines
581 B
JSON

{
"sections": [
"title",
"description",
"fields"
],
"title": "AllOrNoneHeader - Metadata API",
"description": "Indicates whether to roll back all metadata changes when some of the records in a call result in failures.",
"fields_columns": [
"description"
],
"fields": {
"allOrNone": {
"description": "Set to true to cause all metadata changes to be rolled back if any records in the call cause failures. Set to false to enable saving only the records that are processed successfully when other records in the call cause failures."
}
}
}