Update API documentation to correctly detail creation context

Summary

Update the documentation for creation context enums

What is it?

The API says this:
image

Which is misleading, as LOAD is NOT just being loaded. It is also triggered when copied, cut, or pasted.

Why is it needed?

I ran into MANY issues when developing a CAP because I did not realize that copy/paste was triggering the LOAD value. Odds are someone else will run into this as well. Better yet would be to add more distinction like “COPY” “PASTE” but for now I’ll settle for proper documentation.

3 Likes