Skip to content

Commit

Permalink
API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 13, 2024
1 parent e118c3e commit f23b555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/apifunctions.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"name": "fieldhtml", "get": true,
"function": "Search_API::fieldhtml",
"parameters": "f ?aufull ?session q ?t ?sort",
"response": "fields data ?stat ?classes"
"response": "fields data ?stat ?classes ?attr"
},
{
"name": "follow", "paper": true, "post": true, "xxx": true,
Expand All @@ -107,7 +107,7 @@
"name": "job", "get": true,
"function": "Job_API::job",
"parameters": "job",
"response": "status update_at *"
"response": "update_at ?status *"
},
{
"name": "jserror", "get": true,
Expand Down Expand Up @@ -281,7 +281,7 @@
"name": "tags", "post": true,
"function": "Tags_API::run",
"parameters": "?p ?=tags ?=addtags ?=deltags ?=tagassignment ?=search",
"response": "?pid ?tags ?tags_edit_text ?tags_view_html ?tag_decoration_html ?color_classes ?p"
"response": "?pid ?tags ?tags_edit_text ?tags_view_html ?tag_decoration_html ?color_classes ?p ?ids ?groups ?hotlist ?search_params"
},
{
"name": "settingdescriptions", "get": true,
Expand Down

0 comments on commit f23b555

Please sign in to comment.