If an e621ng instance has no existing help pages, an error will be thrown. See e621ng/e621ng#492.
This endpoint accepts no search parameters.
[ {"created_at":"0000-00-00T00:00:00.000-00:00","id":0,"name":"name","related":"",// separated by a comma and a space"title":"",// Defaults to a titleized version of the name (https://apidock.com/rails/String/titleize)"updated_at":"0000-00-00T00:00:00.000-00:00","wiki_page":"help:wiki_page" }]
{"created_at": "0000-00-00T00:00:00.000-00:00","id": 0,"name": "name","related": "",// separated by a comma and a space"title": "",// Defaults to a titleized version of the name (https://apidock.com/rails/String/titleize)"updated_at": "0000-00-00T00:00:00.000-00:00","wiki_page": "help:wiki_page"}
{"success": false,"reason": "not found"}
Create Help Page
POSThttps://e621.net/help.json
Authorization Required
Admin+ Required
Request Body
{"created_at": "0000-00-00T00:00:00.000-00:00","id": 0,"name": "name","related": "",// separated by a comma and a space"title": "",// Defaults to a titleized version of the name (https://apidock.com/rails/String/titleize)"updated_at": "0000-00-00T00:00:00.000-00:00","wiki_page": "help:wiki_page"}
{"success": false,"reason": "Access Denied"}
{"errors": {"wiki_page": ["has already been taken" ] }}
{"errors": {"wiki_page": ["must exist" ] }}
Edit Help Page
PATCHhttps://e621.net/help/{nameOrID}.json
Authorization Required
Admin+ Required
Path Parameters
Request Body
{"success": false,"reason": "Access Denied"}
{"success": false,"reason": "not found"}
{"errors": {"wiki_page": ["has already been taken" ] }}