Module playground_examples

Source

Functionsยง

_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.