Adds or updates a parameter if it exist already by name It requires a json input that includes "parameters" and "categories" as keys.
Adds or updates a parameter if it exist already by name It requires a json input that includes "parameters" and "categories" as keys. It returns the parameter, the mappings and associated categories.
Workflow: 1. Check if parameter is in database by name, if so:
the parameter, categories and mapping created in the database with id's
Deletes a parameter and mappings for that parameter given an id.
Deletes a parameter and mappings for that parameter given a name
Gets all the parameters, mappings and categories in the database.
Gets all the parameters, mappings and categories in the database.
a list with parameters, categories and mappings for all data in the database
(Since version 3.0.0) Use TOO_MANY_REQUESTS instead
(Since version 3.0.0) Use TooManyRequests instead