GET /api/config_groups
Liste des groupes de configuration

Params

Param Name Description
search
Optional

filtrer les résultats


Value: Must be String
order
Optional

trier les resultats


Value: Must be String
page
Optional

paginer les resultats


Value: Must be String
per_page
Optional

nombre d’entier par requête


Value: Must be String

GET /api/config_groups/:id
Afficher un groupe de configuration

Params

Param Name Description
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

POST /api/config_groups
Créer un groupe de configuration

Params

Param Name Description
config_group
Required

Value: Must be a Hash
config_group[name]
Required

Value: Must be String

PUT /api/config_groups/:id
Mise à jour d'un groupe de configuration

Params

Param Name Description
id
Required

Value: Must be String
config_group
Required

Value: Must be a Hash
config_group[name]
Optional

Value: Must be String

DELETE /api/config_groups/:id
Supprimer un group de configuration

Params

Param Name Description
id
Required

Value: Must be String