-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support functions and actions taking/returning delta payloads #2005
Conversation
Add description of Core.OptionalParameter to Parameter Add, to introduction, that functions and actions can take, and return, delta payloads
Should we remove the "Response" from section headers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the section "Annotation Core.OptionalParameter
" representation-independent as well.
The section contains an annotation example which is representation-specific. |
Fixes #348.
Add description of Core.IsDelta to Parameter and ReturnType
Add, to introduction, that functions and actions can take, and return, delta payloads
Also:
-added missing description of Core.OptionalParameter to Parameter
-fixed a typo ("Action of Function"=>"Action or Function")