Skip to content

Commit

Permalink
Add tags to API spec, check in initial spec JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 16, 2024
1 parent 7a6192b commit aa9ab18
Show file tree
Hide file tree
Showing 9 changed files with 4,463 additions and 61 deletions.
314 changes: 270 additions & 44 deletions batch/apispec.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions etc/apifunctions.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,13 @@
{
"name": "session", "get": true, "allow_disabled": true,
"function": "Session_API::getsession",
"response": "postvalue sessioninfo"
"response": "sessioninfo"
},
{
"name": "session", "post": true,
"function": "Session_API::setsession",
"parameters": "v",
"response": "postvalue sessioninfo"
"response": "sessioninfo"
},
{
"name": "tags", "get": true, "paper": true,
Expand Down
Loading

0 comments on commit aa9ab18

Please sign in to comment.