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. 
DELETEy delete/credentials/{id}Delete a credentials entry. 

...