Skip to content

fix: make credit note sent flag writable - #831

Open
miachillgood wants to merge 1 commit into
XeroAPI:masterfrom
miachillgood:codex/make-credit-note-sent-to-contact-writable
Open

fix: make credit note sent flag writable#831
miachillgood wants to merge 1 commit into
XeroAPI:masterfrom
miachillgood:codex/make-credit-note-sent-to-contact-writable

Conversation

@miachillgood

Copy link
Copy Markdown

Summary

  • remove the stale readOnly: true flag from CreditNote.SentToContact
  • align the schema with the current API behaviour and the existing writable invoice field
  • allow downstream SDK generations to expose a writable SentToContact property again

Fixes #826.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CreditNote.SentToContact still marked readOnly: true despite PR #616 intending to make it writable (and the live API already accepting it)

1 participant