Skip to content

Instantly share code, notes, and snippets.

@cp16net
Last active December 23, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cp16net/6704590 to your computer and use it in GitHub Desktop.
Save cp16net/6704590 to your computer and use it in GitHub Desktop.
POST /configurations - create config
GET /configurations - list all configs
PUT /configurations/{id} - update all the parameters
GET /configurations/{id} - get details on a single config
PUT /configurations/{id}/{key} - update/insert a single parameter
GET /configurations/{id}/{key} - get single parameter value that was set for the configuration
DELETE /configurations/{id}/{key} - delete a single parameter
GET /configurations/{id}/instances - list of instances the config is assigned to
GET /configurations/parameters - list of all configuration parameters
GET /configurations/parameters/{key} - get details on a configuration parameter
@hub-cap
Copy link

hub-cap commented Sep 25, 2013

PATCH PATCH PATCH for update!!!!!!!!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment