Module playground_examples
Source - _add_routes
- Add a route for each controller in this module.
- delete_playground_example ๐
- DELETE
/api/v0/main-frontend/playground_examples - Deletes a playground example if exists. - get_playground_examples ๐
- GET
/api/v0/main-frontend/playground_examples - Returns all playground examples that are not deleted. - insert_playground_example ๐
- POST
/api/v0/main-frontend/playground_examples - Saves a playground example. - update_playground_example ๐
- PUT
/api/v0/main-frontend/playground_examples - Updates existing playground example.