Skip to content

Commit

Permalink
A couple more missed default values
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 22, 2023
1 parent 4d0292e commit d0c6a54
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,13 @@
},
"strict_check": {
"type": "boolean",
"description": "Replaced with \\`perform_soft_checks\\` as of commit dfa60ff (July 14, 2023)."
"description": "Replaced with \\`perform_soft_checks\\` as of commit dfa60ff (July 14, 2023).",
"default": false
},
"perform_soft_checks": {
"type": "boolean",
"description": "Use soft checks for validation during processing."
"description": "Use soft checks for validation during processing.",
"default": false
},
"media_use_tid": {
"type": "string",
Expand Down Expand Up @@ -471,7 +473,8 @@
},
"query_csv_id_to_node_id_map_for_parents": {
"type": "boolean",
"description": "Queries the CSV ID to node ID map when creating compound content. Set to \\`true\\` if you want to use parent IDs from previous Workbench sessions. Note: this setting is automatically set to true in secondary task config files. See \"[Creating parent/child relationships across Workbench sessions](https://mjordan.github.io/islandora_workbench_docs/paged_and_compound/#creating-parentchild-relationships-across-workbench-sessions) for more information.\""
"description": "Queries the CSV ID to node ID map when creating compound content. Set to \\`true\\` if you want to use parent IDs from previous Workbench sessions. Note: this setting is automatically set to true in secondary task config files. See \"[Creating parent/child relationships across Workbench sessions](https://mjordan.github.io/islandora_workbench_docs/paged_and_compound/#creating-parentchild-relationships-across-workbench-sessions) for more information.\"",
"default": false
},
"ignore_duplicate_parent_ids": {
"type": "boolean",
Expand Down

0 comments on commit d0c6a54

Please sign in to comment.