Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
description: Maintains a list of health records.
This example API uses the custom extension `x-access-level` to specify the level of access for each endpoint. The `x-access-level` is used to determine the visibility and accessibility of an endpoint according to the following rules Private - The endpoint is only accessible within the DP component it is defined in. It is not exposed outside of its immediate module, mimicking the behavior of a private function in OO programming. Protected - The endpoint is accessible by the component it belongs to and by DygitalPy Core components. This allows for controlled access, similar to protected methods in programming, where related components have access. Package - The endpoint is accessible by any component within the same DP application. This level allows for broader access. Public - The endpoint is accessible through a public interface, making it available to any consumer of the API. also added metadata to build the manifest operationId tag that is the name to be use as a function
- Loading branch information