addedInput schema / examples
Added value: +[
+ {
+ "id": "01928e4a7d3f7b9ac1e3f6d8b2a4c710",
+ "issuingAuthority": "HM Passport Office",
+ "notes": "Renewed for another 10 years."
+ }
+]
addedInput schema / properties / documentNumber / description
Added value: +"The document's reference or serial number, e.g. a passport number or insurance policy number. Omit to leave unchanged."
addedInput schema / properties / documentNumber / examples
Added value: +[
+ "512345678"
+]
addedInput schema / properties / documentType / description
Added value: +"The kind of document being stored. Omit to leave unchanged."
addedInput schema / properties / documentType / examples
Added value: +[
+ "Passport"
+]
addedInput schema / properties / fee / description
Added value: +"The cost associated with the document, e.g. a renewal or issuance fee. Omit to leave unchanged; when supplied, replaces the whole fee."
addedInput schema / properties / fee / properties / currencyCode / examples
Added value: +[
+ "GBP"
+]
addedInput schema / properties / fee / properties / value / examples
Added value: +[
+ 8250
+]
addedInput schema / properties / id / description
Added value: +"The id of the document to update, as returned by create_document or list_documents."
addedInput schema / properties / id / examples
Added value: +[
+ "01928e4a7d3f7b9ac1e3f6d8b2a4c710"
+]
addedInput schema / properties / issuingAuthority / description
Added value: +"The organization or authority that issued the document. Omit to leave unchanged."
addedInput schema / properties / issuingAuthority / examples
Added value: +[
+ "HM Passport Office"
+]
addedInput schema / properties / notes / description
Added value: +"Free-text notes about the document. Omit to leave unchanged."
changedInput schema / properties / renewalCronExpression / description
Previous value: -"Cron expression for renewal"New value: +"Reserved for a future renewal-reminder schedule. Currently accepted but not persisted or acted on by document updates — has no effect yet."
addedInput schema / properties / title / description
Added value: +"A custom title for the document. Omit to leave unchanged."
addedInput schema / properties / title / examples
Added value: +[
+ "UK Passport"
+]