-
Notifications
You must be signed in to change notification settings - Fork 1
api appointments
github-actions[bot] edited this page Oct 5, 2023
·
2 revisions
flowchart TB
APPS{{/api/appointments}} -- Read All --> MRAAPPS{GET} ---> APPS_READALL{{/:period}}
APPS -- Read One --> MROAPPS{GET} ---> APPS_READONE{{/:id/:view}}
APPS -- Create --> MCAPPS{PST} --> MWCAPPS[[Create]] --> APPS_CREATE{{/new}}
APPS -- Update Content --> MUCAPPS{PUT} --> MWUCAPPS[[Update]] --> APP_CONTENT{{/:id/content}}
The Helix Project © @Xavier2p
-
Getting Started
-
General
-
API