Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: -Added response examples.

...

Request Method
ID
Action
Resulting Function
URL Example
Notes
Example Response
GETn collection/networksReturns a list of networks.networks_collection.json
GETy read/networks/{id}Returns a network's details.networks_read.json
PATCHy update/networks/{id}Update an attribute of a networks entry.networks_patch.json
POSTn create/networksInsert a new networks entry.networks_create.json
DELETEy delete/networks/{id}Delete a networks entry.networks_delete.json

Web Application Routes

Request Method
ID
Action
Resulting Function
URL Example
Notes
GETncreatecreate_form/networks/createDisplays a standard web form for submission to POST /networks.
GETyupdateupdate_form/networks/{id}/updateShow the networks details with the option to update attributes using PATCH to /networks/{id}

...