method property
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The method property,
@openapi.openedge.method.property, is added at the
operation level in the schema to specify additional properties for CRUD and submit
methods. Note: The method property annotation must be added manually to the Business
Entity class file.
Sample method property annotation: @openapi.openedge.method.property (name="capabilities",
value="top, skip, id, orderBy").