Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request Method
ID
Action
Resulting Function
URL Example
Notes
Example Response
GETn collection/credentialsReturns a list of credentials.credentials_collection.json
GETy read/credentials/{id}Returns a credentials details.credentials_read.json
PATCHy update/credentials/{id}Update an attribute of a credentials entry.credentials_patch.json
POSTn create/credentialsInsert a new credentials entry. credentials_create.json
DELETEy delete/credentials/{id}Delete a credentials entry. credentials_delete.json

Web Application Routes

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