WordListApi
This is the WordListApi API
updateWordList
URL
http://api.wordnik.com/v4/wordList.{format}/{permalink}
HTTP Method
PUT
Response Type
Parameters
permalink of WordList to update
This is the WordListApi API
http://api.wordnik.com/v4/wordList.{format}/{permalink}
PUT
permalink of WordList to update
Updated WordList
The auth token of the logged-in user, obtained by calling /account.{format}/authenticate/{username} (described above)
http://api.wordnik.com/v4/wordList.{format}/{permalink}
DELETE
ID of WordList to delete
The auth token of the logged-in user, obtained by calling /account.{format}/authenticate/{username} (described above)
http://api.wordnik.com/v4/wordList.{format}/{permalink}
GET
permalink of WordList to fetch
The auth token of the logged-in user, obtained by calling /account.{format}/authenticate/{username} (described above)
http://api.wordnik.com/v4/wordList.{format}/{permalink}/words
POST
permalink of WordList to user
Array of words to add to WordList
The auth token of the logged-in user, obtained by calling /account.{format}/authenticate/{username} (described above)
http://api.wordnik.com/v4/wordList.{format}/{permalink}/words
GET
ID of WordList to use
The auth token of the logged-in user, obtained by calling /account.{format}/authenticate/{username} (described above)
Field to sort by
Direction to sort
Results to skip
Maximum number of results to return
http://api.wordnik.com/v4/wordList.{format}/{permalink}/deleteWords
POST
permalink of WordList to use
Words to remove from WordList
The auth token of the logged-in user, obtained by calling /account.{format}/authenticate/{username} (described above)