I love how the SWIS schema lists all the attributes and verbs for each entity type. But, I can't seem to find information on which entities support which CRUD interfaces.
The About SWIS page on the OrionSDK wiki states "there may be entity types that do not support this interface or provide only limited support due to technical or design reasons. In these cases, the operations may reject requests".
Is there a document, or even a strategy that people are using to check which entities support CRUD? I figured I'd ask before attempting to manually check every endpoint.
Thanks