Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • always return this item regardless of deletion status so references do not break
  • Note: if developers try and delete things to verify they are not referencing older models in their apps, this aspect of our API could be misleading. Their apps will continue to work. Just something to be aware of.

POST /apples

  • should not be able to create an apple in a deleted state (deleted always = false)

...